fix: package-list
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 46s

This commit is contained in:
sexygoat
2026-04-15 15:27:45 +08:00
parent 43a13bf863
commit 5113520b46
2 changed files with 4 additions and 15 deletions

View File

@@ -52,15 +52,6 @@ export const walletApi = {
});
},
// 支付充值订单
payRechargeOrder(identifier, rechargeOrderId, paymentMethod) {
return request({
url: `/api/c/v1/recharge-orders/${rechargeOrderId}/pay`,
method: 'POST',
data: { identifier, payment_method: paymentMethod, app_type: APP_TYPE }
});
},
getTransactions(identifier, page, page_size, params = {}) {
return request({
url: '/api/c/v1/wallet/transactions',