Files
wiki_crawler/nodes_api/register.py
2025-12-19 00:52:32 +08:00

7 lines
224 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 注册查询节点
'''
实现逻辑从数据库查询url或task_id是否已经存在
存在则在返回值给出标志位提示返回task_id
不存在则在数据库中插入新的记录返回新的task_id
'''