获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 调用微信小商店接口报错
获取商品列表接口,相同的参数,有时能正常返回,有时返回"errcode": 200006[图片][图片]
2022-06-06 - 以前可以用的接口突然出现 content-type only support,什么原因?
{"errcode":200006,"errmsg":"content-type only support application/json or multipart/form-data rid: 62f61dbb-272989f0-2fac447e"} 只有这个接口出现问题,其他接口都正常 $data = <<<phpstring { "status": 5, "page": 1, "page_size": 500, "need_edit_spu": 0 } phpstring; $rs = curlPost("https://api.weixin.qq.com/product/spu/get_list?access_token=$access_token",$data); echo $rs;
2022-08-12