‘linchangsheng’ преди 6 месеца
родител
ревизия
b2ad3bf2a8
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      mall-miniapp-service/src/main/java/com/gree/mall/miniapp/controller/user/UserController.java

+ 2 - 0
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/controller/user/UserController.java

@@ -109,6 +109,8 @@ public class UserController {
     ) throws RemoteServiceException, WxErrorException, InterruptedException {
         UserWxBean userWxBean = userLogic.addUser(code,serviceId,request);
         userLogic.addVisit(request, userWxBean.getUserId());
+
+        log.info("输出返回数据"+userWxBean);
         return ResponseHelper.success(userWxBean);
     }