lanrion / weixin_authorize

微信 Ruby 高级API weixin_authorize http://github.com/lanrion/weixin_authorize .
MIT License
322 stars 116 forks source link

微信JS-SDK中权限无法通过 #96

Closed lzm420241 closed 8 years ago

lzm420241 commented 8 years ago

通过get_jssign_package获取到的认证参数在wx.config中使用没有报错,但是点击分享按钮后报出:JSSDK Error onMenuShareAppMessage错误

lzm420241 commented 8 years ago

已经找到问题所在了,就是通过get_jssign_package获取到的链接如果在参数前面有'/',那么就会认证失败.