|
wex5平台,3.5版本
我在winxin.config.xml里配置了appid secret access Token 这三个参数,调用userinfo的时候会报错 报错信息如下:
Caused by: me.chanjar.weixin.common.exception.WxErrorException: 微信错误 errcode=40125, errmsg=invalid appsecret, view more at http://t.cn/RAEkdVq, hints: [ req_id: m7VAlA0117s108 ]
json:{"errcode":40125,"errmsg":"invalid appsecret, view more at http://t.cn/RAEkdVq, hints: [ req_id: m7VAlA0117s108 ]"}
at me.chanjar.weixin.common.util.http.SimpleGetRequestExecutor.execute(SimpleGetRequestExecutor.java:40)
at me.chanjar.weixin.common.util.http.SimpleGetRequestExecutor.execute(SimpleGetRequestExecutor.java:20)
at me.chanjar.weixin.mp.api.WxMpServiceImpl.oauth2getAccessToken(Unknown Source)
at weixin.UserInfo.service(UserInfo.java:26)
at weixin.Weixin__do.userinfo(Weixin__do.java:139)
... 20 more
我想知道一下这样配置还需要配置哪里,或者有没有文档或者案例
谢谢
|
|