Merge branch 'main' into youda_wz

This commit is contained in:
zpc 2025-04-16 20:54:47 +08:00
commit 1150eb5a9d

View File

@ -43,7 +43,7 @@ class RequestManager {
return new Promise((resolve, reject) => {
// 参数检查
if (!param || typeof param !== 'object') {
reject(new Error('请求参数错误'))
reject(new Error('请求参数错误11'))
return
}