From f0890c241d88f85db223f738dd096534952c2715 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 26 七月 2023 17:26:13 +0800
Subject: [PATCH] 修改发运统计错误

---
 api/globalApi.js |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 5ec62f6..784f818 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -354,5 +354,42 @@
 	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'
+	},
+	/**
+	 * @description 瑁呭嵏鍛樻煡鐪嬫墍鏈夌叅绉嶇被鍨� */
+	getCoalNameAll: {
+		url: '/wrzs/tmtaskcoal/getCoalNameAll',
+		method: 'GET'
+	},
+	/**
+	 * @description  */
+	getAccordingCoalNameAll: {
+		url: '/wrzs/tmtaskcoal/getAccordingCoalNameAll',
+		method: 'GET'
+	},
+	confirmLoadAndUnload: {
+		url: '/wrzs/tmtaskcoal/confirmLoadAndUnload',
+		method: 'POST'
 	}
-}
+}
\ No newline at end of file

--
Gitblit v1.9.1