chore: code format

This commit is contained in:
xiaojunnuo
2025-06-29 14:09:09 +08:00
parent 04422a4637
commit 4fcfd089d8
644 changed files with 10845 additions and 13184 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ list.forEach((apiFile: any) => {
const req = {
body: data,
params: params
params: params,
};
const ret = await item.handle(req);
utils.logger.debug("response:", ret);