From 9697dfd0004335bab3bf5626425eab3130a55ec6 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期三, 17 六月 2026 17:53:16 +0800
Subject: [PATCH] 根据时间段查询发运和煤种

---
 api/global.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/global.js b/api/global.js
index fda8eba..f66e98d 100644
--- a/api/global.js
+++ b/api/global.js
@@ -108,7 +108,7 @@
 			header: {
 				'TENANT-ID': 5,
 				Authorization: 'Bearer ' + uni.getStorageSync('access_token'),
-				VERSION: 'zzl'
+				VERSION: 'ZXX'
 			}
 		})
 		.then(res => {
@@ -132,7 +132,7 @@
 			header: {
 				'TENANT-ID': 5,
 				Authorization: 'Bearer ' + uni.getStorageSync('access_token'),
-				VERSION: 'zzl'
+				VERSION: 'ZXX'
 			},
 			success: (res) => {
 				resolve(res.data);

--
Gitblit v1.9.1