完成api最后调试

This commit is contained in:
2025-12-22 22:50:07 +08:00
parent ef63de1ab6
commit 7807d2578b
6 changed files with 1903 additions and 1897 deletions

View File

@@ -17,5 +17,5 @@ def main(status_code: float, body: str):
return {
"urls": urls,
"iteration_output": {} # 迭代器运行结果记录,用于传入给迭代器进行记录运行情况
"iteration_output": [] # 迭代器运行结果记录,用于传入给迭代器进行记录运行情况
}