dengbiao 6 天之前
父節點
當前提交
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()


Loading…
取消
儲存