update
This commit is contained in:
parent
62fb24d7a4
commit
20dc484ab9
2
main.py
2
main.py
|
@ -114,7 +114,7 @@ async def register(request: Request):
|
||||||
}
|
}
|
||||||
r = requests.post(baseHost + insertUri, headers=headers, json=send_json)
|
r = requests.post(baseHost + insertUri, headers=headers, json=send_json)
|
||||||
res.append(r.json())
|
res.append(r.json())
|
||||||
return BaseResponse(data=json.dumps(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