feat: 小程序使用真实支付和真实章节内容

1. 更新AppID为wx0976665c3a3d5a7c
2. 添加微信支付商户号配置(1318592501)
3. 阅读页改为从API读取真实章节内容
4. 移除测试支付模式,直接调用真实支付
5. API失败时显示加载提示而非假内容
This commit is contained in:
卡若
2026-01-23 22:08:30 +08:00
parent d42652c51b
commit 14e3993303
3 changed files with 39 additions and 59 deletions

View File

@@ -5,11 +5,14 @@
App({
globalData: {
// API基础地址
// API基础地址 - 连接真实后端
baseUrl: 'https://soul.quwanzhi.com',
// 小程序配置
appId: 'wxb8bbb2b10dec74aa',
// 小程序配置 - 真实AppID
appId: 'wx0976665c3a3d5a7c',
// 微信支付配置
mchId: '1318592501', // 商户号
// 用户信息
userInfo: null,