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
This commit is contained in:
apple
2026-04-26 15:13:27 +08:00
parent 4db8f25f27
commit dd5fe905fe
4 changed files with 69 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
"use strict"
const configs = {
TITLE: '春芳商贸',
BASE_URL: 'https://admin.czchunfang.com/api',
IMG_URL: 'https://admin.czchunfang.com',
H5_URL: 'https://czchunfang.com/',
TITLE: '树英商贸',
BASE_URL: 'https://sxsyadmin.cichude.com/api',
IMG_URL: 'https://sxsyadmin.cichude.com',
H5_URL: 'https://sxsy.cichude.com/',
contractPage: 10012,
// 须与积分商城 wa_options 及寄卖后台 APP_SECRET 一致;春芳上线前从后台核对后填入,勿沿用他司示例值。
sn_id: 17533260260415,
appStr: 'ZFyTNQTWEkCBczKzyUDJWE9Ecx260415',
// 须与积分商城 wa_options 及寄卖后台 APP_SECRET 一致;树英上线前从后台核对后填入,勿沿用他司示例值。
sn_id: 17533260260426,
appStr: 'ZFyTNQTWEkCBczKzyUDJWE9Ecx260426',
// appKey: ,
}