aaa
This commit is contained in:
6
nodes_api/register.py
Normal file
6
nodes_api/register.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# 注册查询节点
|
||||
'''
|
||||
实现逻辑,从数据库查询url或task_id是否已经存在,
|
||||
存在则在返回值给出标志位提示,返回task_id
|
||||
不存在则在数据库中插入新的记录,返回新的task_id
|
||||
'''
|
||||
Reference in New Issue
Block a user