admin
2019-02-25 21a5d62894e6cca7d536ffcc1d63898ffaf16185
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);