Browse Source

no message

xingzai 1 year ago
parent
commit
5f14629640
1 changed files with 6 additions and 0 deletions
  1. 6 0
      services/cygx/article.go

+ 6 - 0
services/cygx/article.go

@@ -224,6 +224,12 @@ func HandleArticleAndYanxuanRecordList(items []*cygx.CygxArticleAndYanxuanRecord
 			}
 			item.ArticleId = v.SourceId
 			item.CreateTime = v.CreateTime
+			item.UserId = v.UserId
+			item.RealName = v.RealName
+			item.Mobile = v.Mobile
+			item.CompanyId = v.CompanyId
+			item.CompanyName = v.CompanyName
+			item.SellerName = v.SellerName
 			item.RegisterPlatform = v.RegisterPlatform
 			itemsResp = append(itemsResp, item)
 		}