This commit is contained in:
xyj 2024-01-26 17:41:57 +08:00
parent 2f706dfda7
commit b0fc098b62
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ async def register(request: Request):
# "sql": f"insert into root.device(iccid, deviceId, type) values('{iccid}', '{deviceId}', {type})"
# }
res = []
r = requests.post(baseHost + nonQueryUri, headers=headers, json=send_json)
r = requests.post(baseHost + insertUri, headers=headers, json=send_json)
res.append(r.json())
# 插入设备状态表
send_json = {