...
|
...
|
@@ -607,6 +607,7 @@ type UserNewsItem struct { |
|
|
ReadFlag bool `json:"readFlag"` // 已读标识 true:已读 false:未读
|
|
|
Images []string `json:"images"` // 图片列表
|
|
|
Author UserItem `json:"author"` // 作者
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type MiniUserFollowedSearchRequest struct {
|
...
|
...
|
@@ -1000,6 +1001,7 @@ type MiniArticleGetResponse struct { |
|
|
MeFollowFlag int `json:"meFollowFlag"` // 当前人员对作者的关注标识 (0 没有关注 1有关注)
|
|
|
Tags []string `json:"tags"` // 文章的标签
|
|
|
MatchUrl map[string]string `json:"matchUrl"` // 匹配文章内容中的url文本
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type ArticleSection struct {
|
...
|
...
|
@@ -1037,6 +1039,7 @@ type ArticleSearchMe struct { |
|
|
WhoRead []int64 `json:"whoRead"` //谁可查看
|
|
|
IsDel int `json:"isDel"` //是否删除 1-删除 0-否
|
|
|
DeletedType int `json:"deletedType"` //类型 1-运营删除 2-用户删除
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type SystemArticleSearchMeRequest struct {
|
...
|
...
|
@@ -1129,6 +1132,7 @@ type MiniArticleBackupItem struct { |
|
|
Location Location `json:"location"`
|
|
|
Action string `json:"action"`
|
|
|
Show int `json:"show"`
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type MiniGetArticleBackupRequest struct {
|
...
|
...
|
@@ -1147,6 +1151,7 @@ type MiniGetArticleBackupResponse struct { |
|
|
Location Location `json:"location"`
|
|
|
Action string `json:"action"`
|
|
|
Show int `json:"show"`
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type MiniArticleMarkUserReadRequest struct {
|
...
|
...
|
@@ -1217,6 +1222,7 @@ type MiniArticleDraftItem struct { |
|
|
CreatedAt int64 `json:"createdAt"` //
|
|
|
MatchUrl map[string]string `json:"matchUrl"` //匹配内容中的url文本
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type MiniArticleDraftGetMeRequest struct {
|
...
|
...
|
@@ -1236,6 +1242,7 @@ type MiniArticleDraftGetMeResponse struct { |
|
|
Location Location `json:"location"` // 坐标
|
|
|
MatchUrl map[string]string `json:"matchUrl"` //
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type MiniArticleDraftDeleteMeRequest struct {
|
...
|
...
|
@@ -1331,6 +1338,7 @@ type SystemArticleGetResponse struct { |
|
|
Show int `json:"show"` // 评论的展示状态(0显示、1不显示)
|
|
|
Tags []ArticleTagItem `json:"tags"` //标签
|
|
|
TargetUser int `json:"targetUser"` //分发方式 [0分发给所有人、1分发给指定的人]
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type SystemArticleSearchRequest struct {
|
...
|
...
|
@@ -1355,6 +1363,7 @@ type SystemArticleSearch struct { |
|
|
Title string `json:"title"` //标题
|
|
|
AuthorId int64 `json:"authorId"` //发布人ID
|
|
|
Author string `json:"author"` //发布人
|
|
|
Cover string `json:"cover"` //封面
|
|
|
Images []string `json:"images"` //图片
|
|
|
CreatedAt int64 `json:"createdAt"` //文章的创建日期
|
|
|
UpdatedAt int64 `json:"updatedAt"` //文章的编辑日期
|
...
|
...
|
@@ -1476,6 +1485,7 @@ type SystemArticleGetHistoryResponse struct { |
|
|
Location Location `json:"location"` // 定位坐标
|
|
|
TargetUser int `json:"targetUser"` // 分发方式 [0分发给所有人、1分发给指定的人]
|
|
|
Tags []int64 `json:"tags"` // 标签
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type SystemArticleRestoreRequest struct {
|
...
|
...
|
@@ -1535,6 +1545,7 @@ type MiniSearchArticleItem struct { |
|
|
Images []string `json:"images"`
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
MeReadFlag int `json:"meReadFlag"` //已读标识 [0:未读] [1:已读]
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type SystemArticleDraftCreateRequest struct {
|
...
|
...
|
@@ -1619,6 +1630,7 @@ type SystemArticleDraftSearch struct { |
|
|
AuthorId int64 `json:"authorId"` //发布人id
|
|
|
Author string `json:"author"` //发布人
|
|
|
UpdatedAt int64 `json:"updatedAt"` //编辑时间
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type SystemArticleDraftDeleteRequest struct {
|
...
|
...
|
@@ -1659,6 +1671,7 @@ type SystemArticleDraftGetResponse struct { |
|
|
MatchUrl map[string]string `json:"matchUrl,optional"` // 匹配文章内容中的url文本
|
|
|
Tags []int64 `json:"tags"` // 标签
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
Cover string `json:"cover"` //封面
|
|
|
}
|
|
|
|
|
|
type SystemArticleSearchDeletedRequest struct {
|
...
|
...
|
|