feat: update api

This commit is contained in:
eleanor.mao
2025-05-20 00:56:05 +08:00
parent 347c7d7cc9
commit 2585f88774
3 changed files with 25 additions and 15 deletions

View File

@ -81,5 +81,5 @@ export enum API {
GET_INVITE_LIST = '/user/inviteUsers',
BECOME_PARTNER = '/user/becomePartner',
GET_PROFIT_LIST = '/profit/profits',
GET_PROFIT_STAT = '/profit/partnerProfitsStat',
GET_PROFIT_STAT = '/user/profits',
}