dongchangxi 11 months ago
parent
commit
28449373c7
  1. 1
      timer/external_order_glb.py

1
timer/external_order_glb.py

@ -82,6 +82,7 @@ def get_p3d_info(pid): @@ -82,6 +82,7 @@ def get_p3d_info(pid):
imagePath = res["data"]["texture_cover_img"]
#字符串替换
imagePath = imagePath.replace("https://www.suwa3d.com/","")
imagePath = imagePath.replace(".jpg",".png")
return imagePath
else:

Loading…
Cancel
Save