Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1

This commit is contained in:
tangxinyue 2026-06-26 14:58:59 +08:00
commit cce9d63ef1
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ const request = (method = 'GET', serverUrl, domainUrl, params, dataType = "json"
} }
uni.hideLoading(); uni.hideLoading();
return reject(res); return resolve(res);
} }
if (data.method == 'POST' && domainUrl == 'api/order') { if (data.method == 'POST' && domainUrl == 'api/order') {