|
@@ -130,7 +130,7 @@ public class MessageAttachmentServiceImpl implements MessageAttachmentService {
|
|
|
private String insertPage(String carrierId, Long videoId, String remark) throws IOException {
|
|
|
AdPutFlowParam param = new AdPutFlowParam();
|
|
|
param.setChannel("tencentqw");
|
|
|
- param.setPath("pages/category");
|
|
|
+ param.setPath("pages/category.html");
|
|
|
param.setPutCarrierId(carrierId);
|
|
|
param.setPutScene("touliu");
|
|
|
param.setPutStartDate(DateUtil.getDayDateString("yyyy-MM-dd"));
|