update publish timeout (#245)

* update publish timeout

* add publish error message
This commit is contained in:
zy
2025-10-16 23:09:47 +08:00
committed by GitHub
parent df623caf18
commit d11cb1c833
2 changed files with 19 additions and 5 deletions

View File

@@ -182,6 +182,7 @@ func (s *XiaohongshuService) PublishContent(ctx context.Context, req *PublishReq
// 执行发布
if err := s.publishContent(ctx, content); err != nil {
logrus.Errorf("发布内容失败: title=%s %v", content.Title, err)
return nil, err
}