From b0fc098b62fde8c8b7f90d8c7f1d185d164453ff Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Fri, 26 Jan 2024 17:41:57 +0800 Subject: [PATCH] update --- xumu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xumu.py b/xumu.py index 3376f12..345ffc2 100644 --- a/xumu.py +++ b/xumu.py @@ -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 = {