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