admin
2020-09-24 ca1ad791b7b7b04e57db6bd4fb93f0c1066a9f99
fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/CommonShareInfoServiceImpl.java
@@ -33,7 +33,7 @@
         
         if (record.getNeedSpin()) {
            try {
               convertLinkManager.convertLinkFromText(record.getComment(), Constant.LINK_TOKEN_VERIFY_UID, true);
               convertLinkManager.convertLinkFromText(record.getComment(), Constant.LINK_TOKEN_VERIFY_UID, true,false);
            } catch (ConvertLinkExceptionException e) {
               if (ConvertLinkExceptionException.CODE_NONE != e.getCode()) {
                  throw new SpecialException(1, "包含不可转链的口令与链接");