From 1ddeee845f9c7e4917d5c991820ed4d1baddfeae Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 06 四月 2023 08:12:17 +0800 Subject: [PATCH] 增加放空 --- api/globalApi.js | 69 +++++++++++++++++++++++++++++++--- 1 files changed, 62 insertions(+), 7 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 26744a6..f51a4c4 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -1,4 +1,10 @@ export const globalApi = { + // 缁戝畾寰俊 + wxBind: { + url: '/wrzs/social/bind', + method: "POST" + }, + // 鎻愮叅鍗� // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan: { @@ -30,13 +36,33 @@ // method: "POST" // }, /** - * @杞彂淇敼 + * @description 杞彂淇敼 */ forward: { - url: "/wrzs/userOperation/forward", + url: "/wrzs/userOperation/forwardList", method: "POST" }, - + /** + * @description 杞彂淇敼鍥炴樉 + */ + forwardList: { + url: "/wrzs/userOperation/forwardListData", + method: "GET" + }, + /** + * @description 鍒犻櫎涓�缁勮浆鍙� + */ + deleteForward: { + url: "/wrzs/userOperation/deleteForward", + method: "POST" + }, + /** + * @description 鑾峰彇鍘嗗彶鎻愮叅鍗� + */ + getJhOrderPlanDataPage: { + url: '/wrzs/userOperation/getJhOrderPlanDataPage', + method: "GET" + }, // 璐т唬棣栭〉鍒楄〃 // huoDaiList: { // url: "/wrzs/wx/huoDaiList", @@ -46,7 +72,7 @@ * @璐т唬棣栭〉鍒楄〃淇敼 */ huoDaiList: { - url: "/wrzs/userOperation/huoDaiList", + url: "/wrzs/userOperation/huoDaiList ", method: "GET" }, @@ -120,7 +146,6 @@ method: "GET" }, - // 鐢ㄦ埛 // 鑾峰彇鐢ㄦ埛淇℃伅 getUserEntity: { @@ -170,7 +195,7 @@ //鍒犻櫎鍙告満 deleteSiJi: { url: "/wrzs/wx/deleteSiJi", - method: "POST" + method: "POST", }, @@ -218,6 +243,20 @@ }, /** + * @description 绗竴娆℃斁绌� + */ + getOneEvacuation: { + url: "/wrzs/userOperation/getOneEvacuation", + method: 'POST' + }, + /** + * @description 绗簩娆℃斁绌� + */ + getTwoEvacuation: { + url: "/wrzs/userOperation/getTwoEvacuation", + method: 'POST' + }, + /** * @绉伴噸 */ saveWeigh: { @@ -229,10 +268,26 @@ url: "/wrzs/userOperation/weighList", method: 'GET' }, + // 鍔犲噺鐓� + addAndSubtractCoal: { + url: '/wrzs/jcgatestate/repeatCheck', + method: 'POST' + }, + // 鑾峰彇鎵�鍦ㄧ鎴� + getWeighHouse: { + url: "/wrzs/jccoalweighhouse/getWeighHouse", + method: 'GET' + }, // 鎻愮叅鍗曟棩蹇楁煡璇� coalDayPage: { - url: "/wrzs/tmtaskcoallog/page", + url: "/wrzs/tmtaskcoallog/getTmId", + method: 'GET' + }, + + // 鑾峰彇openId + getCallOutList: { + url: '/wrzs/callout/getCallOutList', method: 'GET' } } -- Gitblit v1.9.1