Files
integral-resell/docs/resell-change-sxsy80.md
apple dd5fe905fe chore(h5): 树英商贸(sxsy80) 环境与积分商城域名配置
- 更新 configs.js:公司名、API/图片/H5 域名、sn_id 与 appStr
- 个人页与 webview 页积分商城跳转改为 sxsy-jf.cichude.com
- 补充 resell-change-sxsy80 变更说明文档

注:houtai/.env 由 .gitignore 排除,需在部署环境单独配置短信与 APP_SECRET。

Made-with: Cursor
2026-04-26 15:13:27 +08:00

60 lines
2.1 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 新公司太原树英商贸项目的h5端目录h5 修改任务
sxsy.cichude.com sxsyadmin.cichude.com sxsy-jf.cichude.com sxsy-jfadmin.cichude.com
## 配置项修改
1.新项目公司名称eg树英商贸
2.使用"树英商贸"的**HTML十进制实体**编码修改wa_options表中name=system_config中的value值里的title信息
3.相关配置项:
A. **寄卖商城API地址**eghttps://sxsyadmin.cichude.com/api
B. **寄卖商城后台地址**eghttps://sxsyadmin.cichude.com
C. **寄卖商城H5地址**eghttps://sxsy.cichude.com/
D. **云服务器寄卖商城H5目录**eg/www/wwwroot/sxsy.cichude.com
E. **云服务器寄卖商城后台目录**eg/www/wwwroot/sxsyadmin.cichude.com
F. **积分商城地址**eghttps://sxsy-jf.cichude.com
G. **云服务器积分商城目录**eg/www/wwwroot/sxsy-jf.cichude.com
4. 短信服务
SMS_SIGNNAME = '太原树英商贸'
SMS_TEMPLATE = 'SMS_333816336'
SMS_KEYID = 'LTAI5tAF1QSsRCCV1f7mmhR4'
SMS_KEYSECRET = 'dglY9XomjWWJMzh99mlzgXndbuhEWE'
5. **webman.bin相关**
sn_id: 17533260260426
APP_SECRET: ZFyTNQTWEkCBczKzyUDJWE9Ecx260426
## **修改任务**
- id: sxsy80
- 新建sxsy80分支合并czcf82分支的最新代码到该分支并根据上述信息修改相关需要变更项使符合该新公司项目环境
### **寄卖商城H5**中需要修改的文件
A.修改h5/static/configs.js中如下内容
TITLE: '树英商贸',
BASE_URL: 'https://sxsyadmin.cichude.com/api',
IMG_URL: 'https://sxsyadmin.cichude.com',
H5_URL: 'https://sxsy.cichude.com/',
**sn_id**、**appStr**必须修改为webman.bin相关中的值
B. 修改h5/static/js/pages-personal-index.6f5415f9.js
第270行https://sxsy-jf.cichude.com/pages/integral/points?username=
C. 修改h5/static/js/pages-sub-pages-webview-index.1042489b.js
第15行https://sxsy-jf.cichude.com/?sn_id
第43行https://sxsy-jf.cichude.com/?user_id=
### **寄卖商城后端**项目中需要修改的文件
- 修改houtai/.env环境变量配置文件中的短信信息、APP_SECRET。