为什么id可以,字符串方式就报45029???
请求地址:https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=xxxxxxx
参数{"action_name": "QR_LIMIT_STR_SCENE", "action_info": {"scene": {"scene_str": "test"}}}
返回内容:{ "errcode": 45029, "errmsg": "qrcode count out of limit rid: 631055d7-0798ebc4-24dfe02c"}
用id的方式是正常的
请求地址:https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=xxxxxxx
参数{"action_name": "QR_LIMIT_SCENE", "action_info": {"scene": {"scene_id": 1}}}
返回内容:{ "ticket": "gQF28DwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAyeEdaZVZCcU1jX0UxMDAwMHcwM2QAAgTjUxBjAwQAAAAA", "url": "http://weixin.qq.com/q/02xGZeVBqMc_E10000w03d"}
你好,是调用同个帐号吗?提示达到上限了
有结果了吗? 遇到了一样的问题