diff --git a/timer/test_external_order.py b/timer/test_external_order.py index 0e7a0fc..3dc1a3a 100644 --- a/timer/test_external_order.py +++ b/timer/test_external_order.py @@ -298,6 +298,7 @@ def createGlb(pid,order_ids): url = f"https://mp.api.suwa3d.com/api/order/cancelExternalOrder?id={order_id}&typename=system" response = requests.get(url) response = response.json() + print(response) if response['code'] != 1000: continue print(f'取消订单{order_id}成功')