修改完成

This commit is contained in:
2026-08-21 17:06:08 +08:00
parent 55da9a9e8a
commit 76af4cc492
10 changed files with 212 additions and 199 deletions
-2
View File
@@ -44,7 +44,6 @@ const ApiClient = {
referralSummary: '/api/web/referral/summary',
referralInviteList: '/api/web/referral/invite-list',
referralRebateList: '/api/web/referral/rebate-list',
referralBindPreview: '/api/web/referral/bind-preview',
referralBind: '/api/web/referral/bind',
accountInfo: '/api/web/account/info',
accountProfile: '/api/web/account/profile',
@@ -610,7 +609,6 @@ const ApiClient = {
'/api/web/rebate/withdraw': { url: '/api/web/wallet/withdraw', method: 'POST', data },
'/api/web/rebate/rebateToBalance': { url: '/api/web/wallet/transfer-to-account', method: 'POST', data },
'/api/web/distribution/getPageList': { url: '/api/web/referral/invite-list', method: 'GET', data: pageParams },
'/api/web/user/applyDistribution': { url: '/api/web/referral/bind', method: 'POST', data },
'/api/web/user/applyExpert': { url: '/api/web/expert/apply', method: 'POST', data },
'/api/web/user/expert/apply': { url: '/api/web/expert/apply', method: 'POST', data },
'/api/web/user/updateInfo': { url: '/api/web/account/profile', method: 'PUT', data },