past_seven_days

This commit is contained in:
xyj 2024-02-20 11:00:11 +08:00
parent ebc89ca249
commit 6b7b44a1af
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ async def register(request: Request):
except Exception as e:
return BaseResponse(code=500, msg=str(e))
# 数据发布接口
async def message_publish(data):
try:
payload = data["payload"].strip()