修改完成
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user