From 5a46eb96564990957f393854e198bcee910c2e54 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 25 六月 2023 10:53:31 +0800 Subject: [PATCH] 返回加减吨增加字段 --- api/globalApi.js | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 4efd156..79af198 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -347,5 +347,33 @@ appSave: { url: '/wrzs/userentity/appSave', method: 'POST' + }, + /** + @description 鍙告満棣栭〉鐐瑰嚮鍦板浘icon鑾峰彇缁忕含搴� + */ + getAppLocation: { + url: '/wrzs/userOperation/getAppLocation', + method: 'GET' + }, + /** + @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�鎻愮叅鍗� + */ + getTmTaskCoalOrderType: { + url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType', + method: 'GET' + }, + /** + @description 鏇存柊鎻愮叅鍗曠姸鎬� + */ + updateTmTaskCoalState: { + url: '/wrzs/tmtaskcoal/updateTmTaskCoalState', + method: 'POST' + }, + /** + @description 鍚庡彴鐢ㄦ埛缁戝畾 + */ + setUpWxOpenid: { + url: '/admin/user/setUpWxOpenid', + method: 'POST' } -} +} \ No newline at end of file -- Gitblit v1.9.1