@ -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))