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 | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 0526507..b2ebcfe 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -481,10 +481,48 @@ 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