admin
2019-03-13 33b4ed2bbf28ec16b66e552680f56a691a4e908d
fanli/src/main/java/com/yeshi/fanli/controller/client/InviteGetMoneyController.java
@@ -180,6 +180,12 @@
            hasCode = true;   // 已有邀请码
         }
      }
      // 邀请激活链接
      if (!hasCode) {
         data.put("activationlink", configService.get("invite_activation_url"));
      }
      data.put("hasCode", hasCode);
      
@@ -272,6 +278,7 @@
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("激活失败"));
            return;
         }
         JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult("激活成功"));
         
      } catch (UserInfoExtraException e) {