前言
明天在用 curl
调用微信视频号的获取商品类目接口时报错,内容如下:
"errcode":47001,"errmsg":"data format error rid:xxxx"
获取商品类目接口信息
http 申请形式:POST
https://api.weixin.qq.com/shop/cat/get?access_token=xxxxxxxxx
申请参数示例
{}
一开始拼接好了 url
,然而认为申请参数是空的,不须要传参,所以就报错了。
从新传了字符串 {}
的参数后,就胜利获取了商品类目。
参考资料
- “errcode“:47001,“errmsg“:“data format error hint:xxx