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