From 41403b5a5117c6205c0391690b71a5958aceb873 Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Mon, 4 Aug 2025 17:22:37 +0800 Subject: [PATCH] 1 --- timer/external_order_glbV2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer/external_order_glbV2.py b/timer/external_order_glbV2.py index ed8300f..9ff8617 100644 --- a/timer/external_order_glbV2.py +++ b/timer/external_order_glbV2.py @@ -296,7 +296,7 @@ def createGlb(pid,order_ids): if isNormal == False: print(f'{pid}的mtl文件检测出现问题,不执行该笔任务,调用取消的接口') for order_id in order_ids: - url = f"https://mp.api.suwa3d.com/api/order/cancelExternalOrder?id={order_id}&typename=system" + url = f"https://mp.api.suwa3d.com/api/order/cancelExternalOrder?order_id={order_id}&typename=system" response = requests.get(url) response = response.json() if response['code'] != 1000: