|
|
@@ -1927,6 +1927,12 @@ export const getCommissionBalance = () => {
|
|
|
return request('/api/commission/balance', 'POST')
|
|
|
}
|
|
|
|
|
|
+export const getTeamConsumption = (maxLevel = 3) => request('/api/commission/team/consumption', 'POST', { maxLevel })
|
|
|
+
|
|
|
+export const getMyReferrer = () => request('/api/commission/my-referrer', 'POST')
|
|
|
+
|
|
|
+export const getTeamTree = (maxLevel = 3) => request('/api/commission/team/tree', 'POST', { maxLevel })
|
|
|
+
|
|
|
// CF 分佣
|
|
|
export const getCfRate = () => request('/api/commission/cf/rate', 'POST')
|
|
|
export const getCfSummary = () => request('/api/commission/cf/summary', 'POST')
|