zwxi há 10 meses atrás
pai
commit
04b69373dc
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      controllers/wechat.go

+ 0 - 3
controllers/wechat.go

@@ -36,9 +36,6 @@ func (this *WechatCommonController) WechatLoginByGzh() {
 		br.ErrMsg = "Code 为空"
 		return
 	}
-	br.Msg = code
-	br.ErrMsg = "获取用户信息失败,Err:"
-	return
 
 	var token string
 	item, err := services.WxGetUserOpenIdByCodeGzh(code)