From 2e4d56e2ed95cb0f336522216fedc37167fb446d Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Mon, 09 Sep 2024 15:26:15 +0800
Subject: [PATCH] 小程序代码提交
---
gz-wxparty/api/api.js | 67 +++++++++++++++++++--------------
1 files changed, 38 insertions(+), 29 deletions(-)
diff --git a/gz-wxparty/api/api.js b/gz-wxparty/api/api.js
index 2ead488..06113a8 100644
--- a/gz-wxparty/api/api.js
+++ b/gz-wxparty/api/api.js
@@ -1,37 +1,46 @@
const url = {
- // === 测试环境 ===
- // debug: 'http://47mhcb.natappfree.cc/',
- // img: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/images/',
- // assets: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/js/',
+ // === 测试环境 ===
+ // debug: 'http://47mhcb.natappfree.cc/',
+ // img: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/images/',
+ // assets: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/js/',
// txt: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/txt/',
-
- // === 测试环境 ===
- debug: 'https://gz.hugeinfo.com.cn/',
- // debug: 'http://refa5j.natappfree.cc/',
- img: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/images/',
- assets: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/js/',
- txt: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/txt/',
-
-
+
+ // === 测试环境 ===
+ // debug: 'https://gz.hugeinfo.com.cn/',
+ debug: 'http://8pxgs3.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/',
+
+
// === 正式环境 ===
- // web: 'https://zfw-dyh.by.gov.cn/',
- // img: 'https://zfw-dyh.by.gov.cn/wechat/images/',
- // assets: 'https://zfw-dyh.by.gov.cn/wechat/js/',
- // txt: 'https://zfw-dyh.by.gov.cn/wechat/txt/',
+ web: 'https://zfw-dyh.by.gov.cn/',
+ img: 'https://zfw-dyh.by.gov.cn/gz/wechat/images/',
+ assets: 'https://zfw-dyh.by.gov.cn/gz/wechat/js/',
+ txt: 'https://zfw-dyh.by.gov.cn/gz/wechat/txt/',
- // 文件查看url 后面接附件编号
- fileShowUrl: 'dyh-sys/api/v1/fileInfo/show/',
- // 文件下载url 后面接附件编号
- fileDownUrl: 'dyh-sys/api/v1/fileInfo/down/',
- // 不同服务接口type
- mediate: 'dyh-mediate', // dyh-mediate
- cust: 'dyh-cust', // dyh-cust
- oper: 'dyh-oper', // dyh-oper
- sys: 'dyh-sys', // dyh-sys
- disp: 'dyh-disp', //dyh-disp
+ // 文件查看url 后面接附件编号
+ fileShowUrl: 'gzdyh-sys/api/v1/fileInfo/show/',
+ // 文件下载url 后面接附件编号
+ fileDownUrl: 'gzdyh-sys/api/v1/fileInfo/down/',
+ // 不同服务接口type
+ // mediate: 'dyh-mediate', // dyh-mediate
+ // cust: 'dyh-cust', // dyh-cust
+ // oper: 'dyh-oper', // dyh-oper
+ // sys: 'dyh-sys', // dyh-sys
+ // disp: 'dyh-disp', //dyh-disp
+ // utils: 'dyh-utils', //dyh-utils
+
+ // 正式环境
+ mediate: 'gzdyh-mediate', // gzdyh-mediate
+ cust: 'gzdyh-cust', // gzdyh-cust
+ oper: 'gzdyh-oper', // gzdyh-oper
+ sys: 'gzdyh-sys', // gzdyh-sys
+ disp: 'gzdyh-disp', //gzdyh-disp
+ utils: 'gzdyh-utils', //gzdyh-utils
};
module.exports = {
- url,
-};
+ url,
+};
\ No newline at end of file
--
Gitblit v1.8.0