diff --git a/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js b/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js index a5170b3..611c2af 100644 --- a/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js +++ b/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js @@ -1,9 +1,25 @@ import request from "@/utils/request"; -// 列表 +// 运营幸运数据查询-列表 export const getOperatorPersonalList = query => { return request({ url: '/admin/lucky24/record/operatorPersonal', method: 'get', params: query }); +}; +// 运营游戏数据查询-列表 +export const getGameDataUserTotalALL = query => { + return request({ + url: '/admin/gamedata/userTotalALL', + method: 'get', + params: query + }); +}; +// 游戏列表 +export const getGameAllList = query => { + return request({ + url: '/admin/game/allList', + method: 'get', + params: query + }); }; \ No newline at end of file diff --git a/src/views/system/OperationGameDataQuery.vue b/src/views/system/OperationGameDataQuery.vue new file mode 100644 index 0000000..e40e953 --- /dev/null +++ b/src/views/system/OperationGameDataQuery.vue @@ -0,0 +1,187 @@ + + + + +