From 3ae864f005e8a874de01c15e14b83196a3f6f11b Mon Sep 17 00:00:00 2001
From: xusd <hugeinfo123>
Date: Wed, 18 Sep 2024 10:21:30 +0800
Subject: [PATCH] 新增一个测试环境

---
 gz-wxparty/api/api.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gz-wxparty/api/api.js b/gz-wxparty/api/api.js
index 06113a8..1466303 100644
--- a/gz-wxparty/api/api.js
+++ b/gz-wxparty/api/api.js
@@ -8,7 +8,7 @@
 
   // === 测试环境 ===
   // debug: 'https://gz.hugeinfo.com.cn/',
-  debug: 'http://8pxgs3.natappfree.cc/',
+  debug: 'http://h6pq6x.natappfree.cc/',
   img: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/images/',
   assets: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/js/',
   txt: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/txt/',
@@ -20,11 +20,11 @@
   assets: 'https://zfw-dyh.by.gov.cn/gz/wechat/js/',
   txt: 'https://zfw-dyh.by.gov.cn/gz/wechat/txt/',
 
-  // 文件查看url 后面接附件编号
-  fileShowUrl: 'gzdyh-sys/api/v1/fileInfo/show/',
   // 文件下载url 后面接附件编号
-  fileDownUrl: 'gzdyh-sys/api/v1/fileInfo/down/',
+
   // 不同服务接口type
+  // fileShowUrl: 'dyh-sys',
+  // fileDownUrl: 'dyh-sys',
   // mediate: 'dyh-mediate', // dyh-mediate
   // cust: 'dyh-cust', // dyh-cust
   // oper: 'dyh-oper', // dyh-oper
@@ -33,6 +33,8 @@
   // utils: 'dyh-utils', //dyh-utils
 
   // 正式环境
+  fileShowUrl: 'gzdyh-sys',
+  fileDownUrl: 'gzdyh-sys',
   mediate: 'gzdyh-mediate', // gzdyh-mediate
   cust: 'gzdyh-cust', // gzdyh-cust
   oper: 'gzdyh-oper', // gzdyh-oper

--
Gitblit v1.8.0