From d3db196ed2fe8b6c3905ff111d665d9fc2c951a3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 10 十二月 2019 15:41:58 +0800 Subject: [PATCH] 返利比例与会员比例调整 --- fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java index 1d294b6..ac7861a 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java @@ -231,7 +231,7 @@ @Resource private BindRemindService bindRemindService; - @Resource + @Resource private RedPackBalanceService redPackBalanceService; @Resource @@ -242,8 +242,6 @@ @Resource private RedPackForbidService redPackForbidService; - - private static final String PASSWORD_MAX_ERROR = "password_max_error"; private static final String EXTRACT_MIN_MONEY = "extract_min_money"; @@ -1235,7 +1233,7 @@ } else if (etype == 111) { out.print(JsonUtil.loadFalseResult("淇敼鎵嬫満鍙峰悗锛�7澶╁唴鏃犳硶鎻愮幇")); } else if (etype == 110) { - out.print(JsonUtil.loadFalseResult("鏈夌淮鏉冭鍗曞皻鏈墸娆�")); + out.print(JsonUtil.loadFalseResult("鏈夊敭鍚庤鍗曞皻鏈墸娆�")); } } @@ -2376,7 +2374,7 @@ if (!StringUtil.isNullOrEmpty(inviteCode)) {// 閭�璇风爜涓嶄负绌� inviteCode = inviteCode.trim(); - if (inviteCode.length() >= 6 && inviteCode.length() <= 12) { + if (inviteCode.length() >= 4 && inviteCode.length() <= 12) { if (!userVIPInfoService.isVIP(uid)) { out.print(JsonUtil.loadFalseResult(20, "鍙湁瓒呯骇浼氬憳鎵嶈兘淇敼")); @@ -2391,7 +2389,7 @@ out.print(JsonUtil.loadFalseResult(e.getCode(), e.getMessage())); } } else { - out.print(JsonUtil.loadFalseResult(1, "閭�璇风爜蹇呴』涓�6鍒�12浣�")); + out.print(JsonUtil.loadFalseResult(1, "閭�璇风爜蹇呴』涓�4鍒�12浣�")); return; } } -- Gitblit v1.8.0