调用 wx.startSoterAuthentication 接口获取 json_string 跟 json_signature 传到后台
后台拿到openid后 再通过
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=appid&secret=secret 获取access_token
之后post 请求
返回结果为
{ "errcode": 48001, "errmsg": "api unauthorized hint: [SoF7MA0081sz10!]"}
是我调用流程有问题吗??
顶起来
一年多了还没解决