作者 yangfu

Merge branch 'dev' into test

@@ -162,6 +162,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR @@ -162,6 +162,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR
162 Author: articleAuthor, 162 Author: articleAuthor,
163 Title: req.Title, 163 Title: req.Title,
164 Images: images, 164 Images: images,
  165 + Attachments: NewDomainAttachments(req.Attachments),
165 WhoRead: whoRead, 166 WhoRead: whoRead,
166 WhoReview: whoReview, 167 WhoReview: whoReview,
167 Location: domain.Location{ 168 Location: domain.Location{