登录页优化
This commit is contained in:
@@ -76,3 +76,7 @@ export function accountName(str) {
|
||||
export function liveHostDetail(data) {
|
||||
return postAxios({ url: 'api/save_data/live_host_detail', data })
|
||||
}
|
||||
|
||||
export function revenueStats(hostId) {
|
||||
return getAxios({ url: 'api/save_data/revenue_stats?displayId=' + hostId })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user