statistics
This commit is contained in:
parent
bc9c3f24ff
commit
fa26dd2418
1
xumu.py
1
xumu.py
|
@ -280,6 +280,7 @@ async def message_publish(data):
|
||||||
r = requests.post(baseHost + insertUri, headers=headers, json=send_json)
|
r = requests.post(baseHost + insertUri, headers=headers, json=send_json)
|
||||||
r = r.json()
|
r = r.json()
|
||||||
res.append(r)
|
res.append(r)
|
||||||
|
print(res)
|
||||||
return BaseResponse(data=res)
|
return BaseResponse(data=res)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
return BaseResponse(code=500, msg=str(e))
|
return BaseResponse(code=500, msg=str(e))
|
||||||
|
|
Loading…
Reference in New Issue