From d29f495fc11e548283faf1199a2244f0325f8be1 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 14 三月 2024 10:27:04 +0800
Subject: [PATCH] chore:配置文件提交CLIENT_TOC

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

diff --git a/api/request.js b/api/request.js
index d4799c8..8a2a8c5 100644
--- a/api/request.js
+++ b/api/request.js
@@ -130,6 +130,7 @@
 		header = {
 			"Authorization": "Bearer" + ' ' + uni.getStorageSync('token'),
 			"clientToc": "Y",
+			'CLIENT_TOC': 'Y',
 		}
 	}
 

--
Gitblit v1.9.1