statistics

This commit is contained in:
xyj 2024-02-20 14:58:23 +08:00
parent bc9c3f24ff
commit fa26dd2418
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ async def message_publish(data):
r = requests.post(baseHost + insertUri, headers=headers, json=send_json)
r = r.json()
res.append(r)
print(res)
return BaseResponse(data=res)
except Exception as e:
return BaseResponse(code=500, msg=str(e))