...
|
...
|
@@ -1162,7 +1162,7 @@ type MiniArticleMarkUserReadResponse struct { |
|
|
type MiniArticleDraftCreateRequest struct {
|
|
|
CompanyId int64 `json:",optional"`
|
|
|
AuthorId int64 `json:",optional"` // 发布人
|
|
|
Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
|
|
|
Template int `json:"template"` // 使用哪个模板进行编辑 0、无 5、演绎式 3、归纳式 10、其他业务类型模板
|
|
|
Section []string `json:"section"` // 填写的内容
|
|
|
Title string `json:"title"` // 标题
|
|
|
Images []string `json:"images"` // 图片
|
...
|
...
|
@@ -1209,13 +1209,14 @@ type MiniArticleDraftSearchMeResponse struct { |
|
|
}
|
|
|
|
|
|
type MiniArticleDraftItem struct {
|
|
|
Id int64 `json:"id"`
|
|
|
Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
|
|
|
Section []string `json:"section"` // 填写的内容
|
|
|
Title string `json:"title"` // 标题
|
|
|
Images []string `json:"images"` // 图片
|
|
|
CreatedAt int64 `json:"createdAt"` //
|
|
|
MatchUrl map[string]string `json:"matchUrl"` //匹配内容中的url文本
|
|
|
Id int64 `json:"id"`
|
|
|
Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
|
|
|
Section []string `json:"section"` // 填写的内容
|
|
|
Title string `json:"title"` // 标题
|
|
|
Images []string `json:"images"` // 图片
|
|
|
CreatedAt int64 `json:"createdAt"` //
|
|
|
MatchUrl map[string]string `json:"matchUrl"` //匹配内容中的url文本
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
}
|
|
|
|
|
|
type MiniArticleDraftGetMeRequest struct {
|
...
|
...
|
@@ -1225,15 +1226,16 @@ type MiniArticleDraftGetMeRequest struct { |
|
|
}
|
|
|
|
|
|
type MiniArticleDraftGetMeResponse struct {
|
|
|
Id int64 `json:"id"` //
|
|
|
Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
|
|
|
Section []string `json:"section"` // 填写的内容
|
|
|
Title string `json:"title"` // 标题
|
|
|
Images []string `json:"images"` // 图片
|
|
|
WhoRead []int64 `json:"whoRead"` // 谁可以看
|
|
|
WhoReview []int64 `json:"whoReview"` // 评论人
|
|
|
Location Location `json:"location"` // 坐标
|
|
|
MatchUrl map[string]string `json:"matchUrl"` //
|
|
|
Id int64 `json:"id"` //
|
|
|
Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
|
|
|
Section []string `json:"section"` // 填写的内容
|
|
|
Title string `json:"title"` // 标题
|
|
|
Images []string `json:"images"` // 图片
|
|
|
WhoRead []int64 `json:"whoRead"` // 谁可以看
|
|
|
WhoReview []int64 `json:"whoReview"` // 评论人
|
|
|
Location Location `json:"location"` // 坐标
|
|
|
MatchUrl map[string]string `json:"matchUrl"` //
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
}
|
|
|
|
|
|
type MiniArticleDraftDeleteMeRequest struct {
|
...
|
...
|
@@ -1547,6 +1549,7 @@ type SystemArticleDraftCreateRequest struct { |
|
|
MatchUrl map[string]string `json:"matchUrl,optional"` // 匹配文章内容中的url文本
|
|
|
Tags []int64 `json:"tags"` // 标签
|
|
|
AccessToken string `header:"x-mmm-accesstoken"` // 授权token
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
}
|
|
|
|
|
|
type SystemArticleDraftCreateResponse struct {
|
...
|
...
|
@@ -1576,6 +1579,7 @@ type SystemArticleDraftUpdateRequest struct { |
|
|
MatchUrl map[string]string `json:"matchUrl,optional"` // 匹配文章内容中的url文本
|
|
|
Tags []int64 `json:"tags"` // 标签
|
|
|
AccessToken string `header:"x-mmm-accesstoken"` // 授权token
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
}
|
|
|
|
|
|
type SystemArticleDraftUpdateResponse struct {
|
...
|
...
|
@@ -1641,19 +1645,20 @@ type SystemArticleDraftGetRequest struct { |
|
|
}
|
|
|
|
|
|
type SystemArticleDraftGetResponse struct {
|
|
|
Id int64 `json:"id"` //ID
|
|
|
Title string `json:"title"` //标题
|
|
|
Content string `json:"content"` //文章的文本内容
|
|
|
AuthorId int64 `json:"authorId"` //发布人id
|
|
|
Images []string `json:"images,optional"` //图片
|
|
|
Videos []Video `json:"video,optional"` // 视频
|
|
|
TargetUser int `json:"targetUser"` // 分发方式 [0分发给所有人、1分发给指定的人]
|
|
|
WhoRead []int64 `json:"whoRead,optional"` //谁可查看
|
|
|
WhoReadInfo []UserShowName `json:"whoReadInfo"` // 谁可查看
|
|
|
WhoReview []int64 `json:"whoReview,optional"` //谁可评论
|
|
|
WhoReviewInfo []UserShowName `json:"whoReviewInfo"` // 谁可评论
|
|
|
MatchUrl map[string]string `json:"matchUrl,optional"` // 匹配文章内容中的url文本
|
|
|
Tags []int64 `json:"tags"` // 标签
|
|
|
Id int64 `json:"id"` //ID
|
|
|
Title string `json:"title"` //标题
|
|
|
Content string `json:"content"` //文章的文本内容
|
|
|
AuthorId int64 `json:"authorId"` //发布人id
|
|
|
Images []string `json:"images,optional"` //图片
|
|
|
Videos []Video `json:"video,optional"` // 视频
|
|
|
TargetUser int `json:"targetUser"` // 分发方式 [0分发给所有人、1分发给指定的人]
|
|
|
WhoRead []int64 `json:"whoRead,optional"` //谁可查看
|
|
|
WhoReadInfo []UserShowName `json:"whoReadInfo"` // 谁可查看
|
|
|
WhoReview []int64 `json:"whoReview,optional"` //谁可评论
|
|
|
WhoReviewInfo []UserShowName `json:"whoReviewInfo"` // 谁可评论
|
|
|
MatchUrl map[string]string `json:"matchUrl,optional"` // 匹配文章内容中的url文本
|
|
|
Tags []int64 `json:"tags"` // 标签
|
|
|
Paragraphs []Paragraph `json:"paragraphs,optional"` // 段落
|
|
|
}
|
|
|
|
|
|
type SystemArticleSearchDeletedRequest struct {
|
...
|
...
|
|