调用如下接口, 通过图片 url 的方式上传图片,图片url是正常的。但是接口返回 File invalid format,请帮忙查看具体是什么原因。
请求地址:https://api.weixin.qq.com/product/img/upload?access_token=xxxxxxxxx&upload_type=1&resp_type=1
请求体
{
"img_url":"https://annex.handday.com/Thumbnail/Cover?relpath=/zhmd/79515/products/eb340763-8de1-49f2-9b05-e588b94e5c5d.jpg&w=750&h=750&pixden=3"
}
返回体
{
"errcode": 101001,
"errmsg": "File invalid format rid: 612c7d3d-1c59b677-7fe37799"
}
问题已经修复,请重试一下。
请求体
{
"img_url":"https://annex.facehand.cn/Thumbnail/Cover?relpath=/zhmd/16026/products/1cfd726e-1b23-48dd-b1e9-0c550cbf9436.jpg&w=750&h=750&pixden=3"
}
返回体
{
"errcode": 101001,
"errmsg": "File invalid format rid: 612ccd20-77b254b4-4fc1c44f"
}