@@ -18,6 +18,9 @@ func (a *AuthController) BindGzh(code string) {
logger.Error("code不能为空")
return result, exception.New(exception.WeChatCodeEmpty)
}
+
+ logger.Info("bindGzh code:" + code)
//刷新token
//isBind, err := auth.BindWxGzh(code)
//if err != nil {