mall-app-t/peach/api/pay/wallet.js

8 lines
134 B
JavaScript
Raw Normal View History

2024-05-30 01:20:31 +08:00
import request from "@/peach/request";
const PayWalletApi = {
getWalletTransactionPage: () => {},
};
export default PayWalletApi;