更改部分接口传参方式

This commit is contained in:
gyq
2025-07-16 09:38:30 +08:00
parent d1621e78f1
commit 4306ba1900
8 changed files with 698 additions and 690 deletions

View File

@@ -118,8 +118,7 @@ function commonsProcess(showLoading, httpReqCallback, isreturm) {
if (bodyData.code != 0) {
infoBox.showToast(data.message);
return;
return Promise.reject(bodyData);
}
// 加密数据