فهرست منبع

fixed 公众号登录日志

fushengqian 6 ماه پیش
والد
کامیت
ce53bc3857
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      fuint-application/src/main/java/com/fuint/module/clientApi/controller/ClientSignController.java

+ 2 - 0
fuint-application/src/main/java/com/fuint/module/clientApi/controller/ClientSignController.java

@@ -152,6 +152,8 @@ public class ClientSignController extends BaseController {
             return getFailureResult(201, "微信公众号授权失败");
             return getFailureResult(201, "微信公众号授权失败");
         }
         }
 
 
+        logger.error("公众号授权登录, userInfo:{},param:{}", userInfo, param);
+
         userInfo.put("storeId", storeId);
         userInfo.put("storeId", storeId);
         userInfo.put("shareId", shareId);
         userInfo.put("shareId", shareId);
         MtUser mtUser = memberService.queryMemberByOpenId(merchantId, userInfo.get("openid").toString(), userInfo);
         MtUser mtUser = memberService.queryMemberByOpenId(merchantId, userInfo.get("openid").toString(), userInfo);