diff --git a/timer/test_external_order.py b/timer/test_external_order.py index 2e6bcdc..10010b4 100644 --- a/timer/test_external_order.py +++ b/timer/test_external_order.py @@ -295,7 +295,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() print(response)