This commit is contained in:
2025-12-19 00:52:32 +08:00
parent 5c663a9dcf
commit 5d93f9bfab
15 changed files with 4830 additions and 1 deletions

6
nodes_api/register.py Normal file
View File

@@ -0,0 +1,6 @@
# 注册查询节点
'''
实现逻辑从数据库查询url或task_id是否已经存在
存在则在返回值给出标志位提示返回task_id
不存在则在数据库中插入新的记录返回新的task_id
'''