aa
This commit is contained in:
@@ -346,6 +346,7 @@ func (c *Auth2Controller) GetUserByMiniInfo() {
|
||||
authInfo := &auth2.AuthInfo{}
|
||||
result := api.Cacher.Get(params.Token)
|
||||
utils.Map2StructByJson(result, &authInfo, false)
|
||||
utils.Format4Output(authInfo, true)
|
||||
// authInfo, err := api.Cacher.Get(params.Token)
|
||||
if err == nil {
|
||||
decryptedDataBase64, err2 := weixin.AutherObjMini.DecryptData(authInfo, GetComposedCode(&c.Controller, params.JsCode), params.Data, params.Iv)
|
||||
|
||||
Reference in New Issue
Block a user