From 3f10299a92e23fd902e4bd51a6d59f9bf0c7d7ec Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 20 六月 2023 10:08:18 +0800
Subject: [PATCH] 增加用户绑定页面

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

diff --git a/api/globalApi.js b/api/globalApi.js
index 5ec62f6..79af198 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -354,5 +354,26 @@
 	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'
 	}
-}
+}
\ No newline at end of file

--
Gitblit v1.9.1