kobe6258 пре 5 месеци
родитељ
комит
e17f0bdfdb
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      common/component/wechat/wechat_client.go

+ 0 - 3
common/component/wechat/wechat_client.go

@@ -111,9 +111,6 @@ func (cli *Client) Login(code string) (wxUser WxUser, err error) {
 		err = exception.New(exception.WeChatResponseError)
 		return
 	}
-
-	fmt.Println(data)
-
 	if data.Errcode != 0 {
 		logger.Error("获取用户信息失败:%v", data.Errmsg)
 		err = exception.New(exception.WechatUserInfoFailed)