This commit is contained in:
zhangqinbin
2024-01-12 23:12:16 +08:00
parent ff8a8c053d
commit ed0c471dc2

View File

@ -27,10 +27,7 @@ import com.chinaunicom.mall.ebtp.extend.feign.client.UnicomOAuthClient;
import com.chinaunicom.mall.ebtp.extend.shortmessage.utils.RSA;
import com.chinaunicom.mall.ebtp.extend.uniBss.UniBssUtil;
import com.chinaunicom.mall.ebtp.extend.wps.controller.WpsController;
import com.chinaunicom.mall.ebtp.extend.wps.entity.KingSoftFileSaveVo;
import com.chinaunicom.mall.ebtp.extend.wps.entity.KingSoftWpsPreviewVo;
import com.chinaunicom.mall.ebtp.extend.wps.entity.KingSoftWpsRet;
import com.chinaunicom.mall.ebtp.extend.wps.entity.KingSoftWpsVo;
import com.chinaunicom.mall.ebtp.extend.wps.entity.*;
import com.chinaunicom.mall.ebtp.extend.wps.enums.WpsExceptionEnum;
import com.chinaunicom.mall.ebtp.extend.wps.service.WpsService;
import com.chinaunicom.mall.ebtp.extend.wps.util.HttpUtils;
@ -611,6 +608,10 @@ public class WpsServiceImpl implements WpsService {
vo.setFileCreator("ebtp");
vo.setFileCreateTime(time);
vo.setFileLastModifiedTime(time);
WatermarkConfig config = new WatermarkConfig();
config.setType("0");
config.setValue("empty");
vo.setWatermarkConfig(config);
dataJson = JSON.toJSONString(vo);
}