admin
2019-08-19 e5e38de6745c8fcae91fa7e459898f3663d00001
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/IntegralControllerV2.java
@@ -387,6 +387,7 @@
         out.print(JsonUtil.loadFalseResult("用户尚未登录"));
         return;
      }
      if (StringUtil.isNullOrEmpty(event)) {
         out.print(JsonUtil.loadFalseResult("事件为空"));
         return;
@@ -400,15 +401,15 @@
         
         case "recommendSearch":
            notify.put("name", "完成一次智能搜索");
            notify.put("score", "+20");
            notify.put("score", "+20金币");
            break;
         case "scanGoods":
            notify.put("name", "完成一次商品浏览");
            notify.put("score", "+10");
            notify.put("score", "+100金币");
            break;
         case "scanTBCart":
            notify.put("name", "完成一次购物车浏览");
            notify.put("score", "+30");
            notify.put("score", "+300金币");
            break;
         }