update
This commit is contained in:
parent
2f706dfda7
commit
b0fc098b62
2
xumu.py
2
xumu.py
|
@ -165,7 +165,7 @@ async def register(request: Request):
|
||||||
# "sql": f"insert into root.device(iccid, deviceId, type) values('{iccid}', '{deviceId}', {type})"
|
# "sql": f"insert into root.device(iccid, deviceId, type) values('{iccid}', '{deviceId}', {type})"
|
||||||
# }
|
# }
|
||||||
res = []
|
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())
|
res.append(r.json())
|
||||||
# 插入设备状态表
|
# 插入设备状态表
|
||||||
send_json = {
|
send_json = {
|
||||||
|
|
Loading…
Reference in New Issue