diff --git a/timer/external_order_glb.py b/timer/external_order_glb.py index 38f3069..c875187 100644 --- a/timer/external_order_glb.py +++ b/timer/external_order_glb.py @@ -59,6 +59,8 @@ def reload_obj(pid): if imagePathT != 0: print("imagePathT",imagePathT) config.oss_bucket_website.put_object_from_file(f'{imagePathT}', f'D://print/{pid}/{pid}_pic.png') + #请求接口 + res = requests.post("https://mp.api.suwa3d.com/api/printOrder/updateExternalOrderCoverImg", data={'pid': pid, 'coverImg': 'https://www.suwa3d.com/external_order_cover/'+imagePathT}) obj_filename = os.path.join(config.workdir,'print',pid,f'{pid}.obj') bpy.ops.wm.read_homefile()