This commit is contained in:
xyj 2024-03-04 16:09:20 +08:00
parent 64bce5815b
commit fe17ba9cc5
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ async def register(request: Request):
return BaseResponse(code=500, msg=str(e))
# 数据发布接口
async def message_publish(data):
try: