From 6042333b76aaf8097271348ec56fad019a685c84 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 25 九月 2024 15:56:11 +0800 Subject: [PATCH] feat:线上端口号更改 --- api/globalApi.js | 89 +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 79 insertions(+), 10 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 6e30226..b2ebcfe 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -134,7 +134,7 @@ method: 'GET' }, /** - * @description 鏌ヨ浜у搧 娌抽挗 + * @description 鏌ヨ浜у搧 娌抽挗 */ getJcProductList: { url: '/wrzs/jcproduct/getJcProductList', @@ -278,7 +278,7 @@ url: '/wrzs/userOperation/saveWeigh', method: 'POST' }, - /** + /** * @description 澶嶇О 娌抽挗 */ repeatCheck: { @@ -348,7 +348,7 @@ url: '/wrzs/jhorderplanforward/getAppById', method: 'GET' }, - /** + /** @description 绠$悊鐢ㄦ埛椤甸潰鑾峰彇鐢ㄦ埛鍒楄〃淇℃伅 */ appUserPage: { @@ -450,10 +450,79 @@ }, /** *@description 鍚堜綔鍩哄湴 */ - getDepts:{ - url:'/wrzs/userentity/getDepts', - method: 'GET' - } - - -} \ No newline at end of file + getCoalFiled:{ + url:'/wrzs/tmtaskcoal/getCoalFiled', + method: 'POST' + }, + /** + *@description 鏁版嵁缁熻 */ + getStatistics:{ + url:'/wrzs/tmtaskcoal/getStatistics', + method: 'GET' + }, + /** + *@description 纾呮埧鍒楄〃 */ + getPoundRoomByList:{ + url:'/wrzs/jccoalweighhouse/getPoundRoomByList', + method: 'GET' + }, + // wrzs/userOperation/applyWeight + /** + *@description 鏃犺溅鐗岀殑闇�瑕佺敵璇风鎴胯閲� */ + applyWeight:{ + url:'/wrzs/userOperation/applyWeight', + method: 'POST' + }, + /** + * @description 鏃犺溅鐗岀殑闇�瑕佺敵璇风鎴胯閲忕殑鈥斺�旂О閲� + */ + saveWeighYZY: { + url: '/wrzs/userOperation/saveWeighYZY', + method: 'POST' + }, + /** + * @description 鏃犺溅鐗岀殑闇�瑕佺敵璇风鎴胯閲忕殑鈥斺�斿纾� + */ + reWeighYZY: { + url: '/wrzs/userOperation/reWeighYZY', + method: 'POST' + }, + /** + * @description 璐ㄦ鍛樿幏鍙栫鎴垮垪琛紝鏃犱紶鍙� + */ + getPoundRoomsByZJY: { + url: '/wrzs/jccoalweighhouse/getPoundRoomsByZJY', + method: 'POST' + }, + /** + * @description 璐ㄦ鍛樿幏鍙栫偣鍑荤鎴� + */ + getTmTaskCoalNoCar: { + url: '/wrzs/jccoalweighhouse/getTmTaskCoalNoCar', + method: 'get' + }, + applyForRepeatedCar: { //鍙告満鐢宠澶嶇鎸夐挳 + url: '/wrzs/jcgatelog/applyForRepeatedCar', + method: 'POST' + }, + applyForRepeatedCarNew: { //鍙告満鐢宠澶嶇鎸夐挳鏂� + url: '/wrzs/jcgatelog/applyForRepeatedCarNew', + method: 'POST' + }, + getReWeighList: { //璐ㄦ鍛樿幏鍙栧纾呮彁鐓ゅ崟鍒楄〃 + url: '/wrzs/tmtaskcoal/getReWeighList', + method: 'GET' + }, + agreeWeigh: { //鍙告満鍚屾剰澶嶇 + url: '/wrzs/userOperation/agreeWeigh', + method: 'POST' + }, + disAgreeWeigh: { //鍙告満鍚屾剰澶嶇 + url: '/wrzs/userOperation/disAgreeWeigh', + method: 'POST' + }, + reSendErp: { //鍙告満鍚屾剰澶嶇 + url: '/wrzs/userOperation/reSendErp', + method: 'POST' + }, +} -- Gitblit v1.9.1