fix:替换appID为7a9,修复支付分调用失败订单无法正确取消的问题

This commit is contained in:
2025-07-08 09:03:06 +08:00
parent 309963755d
commit 893a2a55c6
51 changed files with 157 additions and 148 deletions
+2 -5
View File
@@ -5,9 +5,7 @@ import {
const request = (option) => {
return new Promise((resolve, reject) => {
// Debug request info
console.log(`发起请求: ${option.method} ${URL + option.url}`, option.data)
// 默认不显示加载中提示
if (!option.hideLoading) {
uni.showLoading({
@@ -28,8 +26,7 @@ const request = (option) => {
'Clientid': uni.getStorageSync('client_id')
},
success(res) {
// 记录响应
console.log(`请求响应: ${option.url}`, res)
// 检查响应状态码
if (res.statusCode !== 200) {