dongchangxi 10 months ago
parent
commit
093e5b3114
  1. 1
      apps/auto_convert3d_new.py

1
apps/auto_convert3d_new.py

@ -30,6 +30,7 @@ def down_obj_fromoss(pid,order_id):
ossPath = "" ossPath = ""
if res.json()['code'] == 1000: if res.json()['code'] == 1000:
ossPath = res.json()['data'] ossPath = res.json()['data']
ossPath = ossPath.replace("\\","/")
path = os.path.join(workdir, 'print', pid) path = os.path.join(workdir, 'print', pid)
if not os.path.exists(path): os.makedirs(path) if not os.path.exists(path): os.makedirs(path)

Loading…
Cancel
Save