Commit 39373395 by 1244575290@qq.com

加字段

parent 99140630
...@@ -414,6 +414,11 @@ public class PushCheck { ...@@ -414,6 +414,11 @@ public class PushCheck {
item.setProductId(paramDTO.getServeId()); item.setProductId(paramDTO.getServeId());
item.setProductUrl(paramDTO.getLinkUrl()); item.setProductUrl(paramDTO.getLinkUrl());
} }
item.setLinkTitle(paramDTO.getContent());
item.setLinkImageUrl(paramDTO.getPicUrl());
item.setLinkDescription(paramDTO.getDescription());
item.setLinkUrl(paramDTO.getLinkUrl());
item.setItemType(ItemTypeEnum.APP.value);
} }
itemList.add(item); itemList.add(item);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment