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