admin
2019-02-15 3225853ef3f2671e31edc41eb2bcc24adea1b18c
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);