修改功能

This commit is contained in:
rain
2026-06-26 15:02:16 +08:00
parent 830b1cf2e1
commit 8e1db58902
3 changed files with 80 additions and 2 deletions
+1
View File
@@ -68,6 +68,7 @@ const ApiClient = {
}).toString()}`,
walletOverview: '/api/web/wallet/overview',
walletFlowList: '/api/web/wallet/flow/list',
walletFlowDelete: (id) => `/api/web/wallet/flow/${encodeURIComponent(id)}`,
walletRechargeConfigList: '/api/web/wallet/recharge/config/list',
walletRechargeOrder: '/api/web/wallet/recharge/order',
walletRechargeOrderStatus: (outTradeNo) => `/api/web/wallet/recharge/order/status/${encodeURIComponent(outTradeNo || '')}`,