小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=。。。。。。&secret=。。。。
{"errcode":41002,"errmsg":"appid missing hint: [y.v26a0640e578]"}
localhost已经成功了,但是放到服务器上就出问题了
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
大神怎么解决的啊?也遇到同样的啦,谢谢!
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
参数是对的,因为locahost测试了是可以正确获取的,但是部署到线上服务器就出问题了
curl https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=。。。&secret=
appid和secret填对了么?
从返回结果上看是缺失了appid
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
大神怎么解决的啊?也遇到同样的啦,谢谢!
参数是对的,因为locahost测试了是可以正确获取的,但是部署到线上服务器就出问题了
curl https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=。。。&secret=
{"errcode":41002,"errmsg":"appid missing hint: [y.v26a0640e578]"}
appid和secret填对了么?
从返回结果上看是缺失了appid