|
@@ -400,7 +400,7 @@ namespace GxPress.Service.Implement.Collection
|
|
|
articleImgUrl.Add(StringUtils.AddDomain(block));
|
|
|
list = new CollectionContentJsonData
|
|
|
{
|
|
|
- Author = articleResult.Source,
|
|
|
+ Author = articleResult.Author,
|
|
|
Title = articleResult.Title,
|
|
|
CreatedData = articleResult.AddDate,
|
|
|
Type = collectionType,
|