dengbiao 6 дней назад
Родитель
Сommit
62c454c425
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      app/hdl/hdl_login.go

+ 1
- 0
app/hdl/hdl_login.go Просмотреть файл

@@ -157,6 +157,7 @@ func WechatLogin(c *gin.Context) {
e.OutErr(c, 400, e.NewErr(400, "获取微信信息失败"))
return
}
utils.FilePutContents("WechatLogin", utils.SerializeStr(wechatResp))
req.OpenID = gjson.Get(string(wechatResp), "openid").String()
req.UnionId = gjson.Get(string(wechatResp), "unionid").String()
wechatToken := gjson.Get(string(wechatResp), "access_token").String()


Загрузка…
Отмена
Сохранить