From 3a9879dfcf271846605c7f896d0397472cf5e839 Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期三, 05 一月 2022 11:15:20 +0800 Subject: [PATCH] 默认更改列表 --- src/api/open.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/open.js b/src/api/open.js index 11c8f3f..19a99c0 100644 --- a/src/api/open.js +++ b/src/api/open.js @@ -117,6 +117,11 @@ return getRequest('/user/getAll', params) } +// 鏌ヨ鍙告満淇℃伅 +export const getDriver = (params) => { + return getRequest('/user/findByType2', params) +} + // 鏌ヨ鐗囧尯淇℃伅 export const getArea = (params) => { return getRequest('/area/getByPage', params) @@ -206,3 +211,13 @@ export const getInfo = (params) => { return getRequest('/car/getInfo', params) } + +// 鏍规嵁杞﹁締鐕冩补璐圭敤缁翠慨璐圭敤 +export const getCarCount = (params) => { + return getRequest('/pcStatistic2/getCarCount', params) +} + +//娣诲姞鍔犳补璁板綍 +export const editSuggest = (params) => { + return postRequest('/suggest/insertOrUpdate', params) +} \ No newline at end of file -- Gitblit v1.9.1