admin
2020-03-06 ce2c33ba07d0b0cbb14ec6b37b72b19d073b15af
fanli/src/main/java/com/yeshi/fanli/service/manger/goods/ConvertLinkManager.java
@@ -226,7 +226,7 @@
   public String convertLinkFromText(String text, Long uid, boolean share)
         throws ConvertLinkExceptionException, Exception {
      String newText = convertJDLinkFromText(text, uid, share);
      newText = convertLinkFromText(text, uid, share);
      newText = convertPDDLinkFromText(text, uid, share);
      newText = convertTBLinkFromText(newText, uid, share);
      if (text.equalsIgnoreCase(newText))
         throw new ConvertLinkExceptionException(ConvertLinkExceptionException.CODE_NONE, "不包含可转链的口令与链接");