Commit 9d0aa9fe by 高鹏

Merge branch 'feat-1002391-2' into 'master'

加字段

See merge request rays/pcloud-book!445
parents 99140630 39373395
......@@ -414,6 +414,11 @@ public class PushCheck {
item.setProductId(paramDTO.getServeId());
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);
}
......
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