添加图片
This commit is contained in:
parent
eb5009f437
commit
5c58da5e58
|
|
@ -73,22 +73,22 @@ namespace HuanMeng.MiaoYu.Code.Category
|
|||
banner.Type = RecommendTypeEnum.banner.ToString();
|
||||
banner.Data = new List<DataListBaseDto>();
|
||||
banner.Data.Add(new CommonRecommendData
|
||||
{
|
||||
ActionId = "",
|
||||
ActionType = RecommendActionTypeEnum.Mall.ToString(),
|
||||
ImageUrl = "",
|
||||
});
|
||||
banner.Data.Add(new CommonRecommendData
|
||||
{
|
||||
ActionId = "",
|
||||
ActionType = RecommendActionTypeEnum.Page.ToString(),
|
||||
ImageUrl = "",
|
||||
});
|
||||
banner.Data.Add(new CommonRecommendData
|
||||
{
|
||||
ActionId = "1",
|
||||
ActionType = RecommendActionTypeEnum.Mall.ToString(),
|
||||
ImageUrl = "https://cos.shhuanmeng.com/banner/20240717214627.png",
|
||||
});
|
||||
banner.Data.Add(new CommonRecommendData
|
||||
{
|
||||
ActionId = "2",
|
||||
ActionType = RecommendActionTypeEnum.Page.ToString(),
|
||||
ImageUrl = "https://cos.shhuanmeng.com/banner/202407172146272.png",
|
||||
});
|
||||
banner.Data.Add(new CommonRecommendData
|
||||
{
|
||||
ActionId = "3",
|
||||
ActionType = RecommendActionTypeEnum.Chat.ToString(),
|
||||
ImageUrl = "",
|
||||
ImageUrl = "https://cos.shhuanmeng.com/banner/20240717214735.png",
|
||||
});
|
||||
recommendDtos.Add(banner);
|
||||
RecommendDto<DataListBaseDto> tuijian = new RecommendDto<DataListBaseDto>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user