Merge branch 'liubiao-new-20250827'

This commit is contained in:
2025-08-30 14:37:40 +08:00
18 changed files with 1350 additions and 443 deletions

View File

@ -22,9 +22,11 @@ const request = (options) => {
header: options.header || {},
timeout: 30000,
success: (res) => {
console.log("res=",res);
resolve(res.data);
},
fail: (err) => {
console.log("ex=",err);
reject(err);
}
};