kobe6258 4 месяцев назад
Родитель
Сommit
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)