game汇总 - 用户明细详情/导出 更换接口
This commit is contained in:
@@ -28,7 +28,7 @@ export const exportForMiniGame = query => {
|
||||
// 明细
|
||||
export const getUserGamedata = query => {
|
||||
return request({
|
||||
url: '/admin/gamedata/user/total',
|
||||
url: '/admin/gamedata/v2/user/total',
|
||||
method: 'get',
|
||||
params: query
|
||||
});
|
||||
@@ -36,7 +36,7 @@ export const getUserGamedata = query => {
|
||||
// 导出
|
||||
export const exportUserForMiniGame = query => {
|
||||
return request({
|
||||
url: `/admin/gamedata/user/export`,
|
||||
url: `/admin/gamedata/v2/user/export`,
|
||||
method: 'post',
|
||||
params: query,
|
||||
responseType: 'blob'
|
||||
|
Reference in New Issue
Block a user