From 66dcc0a49022cf23198f399f274abee89d876991 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 25 四月 2024 09:58:55 +0800
Subject: [PATCH] feat:客户注册增加字段

---
 api/request.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/api/request.js b/api/request.js
index 7458f23..a369ab4 100644
--- a/api/request.js
+++ b/api/request.js
@@ -103,8 +103,8 @@
 // const BaseUrl = "http://192.168.0.110:9896"
 // const webSocketUrl = "ws://192.168.0.110:9896/wrzs/ws/info"
 
-// const BaseUrl = "http://192.168.0.102:9896"
-// const webSocketUrl = "ws://192.168.0.102:9896/wrzs/ws/info"
+// const BaseUrl = "http://192.168.0.22:9896"
+// const webSocketUrl = "ws://192.168.0.22:9896/wrzs/ws/info"
 
 export const onlineurl = 'https://mx.jzeg.cn:9195';
 // const BaseUrl = "http://192.168.0.100:9997";
@@ -129,7 +129,8 @@
 	if (uni.getStorageSync('token')) {
 		header = {
 			"Authorization": "Bearer" + ' ' + uni.getStorageSync('token'),
-			"CLIENT_TOC": "Y",
+			"clientToc": "Y",
+			'CLIENT_TOC': 'Y',
 		}
 	}
 

--
Gitblit v1.9.1