@@ -36,7 +36,6 @@ func (this *WechatCommonController) WechatLogin() {
br.ErrMsg = "Code 为空"
return
}
- return
wxInfo, err := weapp.Login(utils.WxAppId, utils.WxAppSecret, code)
if err != nil {
br.Msg = "获取用户信息失败"