dongchangxi 5 months ago
parent
commit
895416a520
  1. 2
      timer/test_external_order.py

2
timer/test_external_order.py

@ -295,7 +295,7 @@ def createGlb(pid,order_ids):
if isNormal == False: if isNormal == False:
print(f'{pid}的mtl文件检测出现问题,不执行该笔任务,调用取消的接口') print(f'{pid}的mtl文件检测出现问题,不执行该笔任务,调用取消的接口')
for order_id in order_ids: 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 = requests.get(url)
response = response.json() response = response.json()
print(response) print(response)

Loading…
Cancel
Save