作者 tangxvhui

更新

@@ -443,7 +443,7 @@ type ( @@ -443,7 +443,7 @@ type (
443 SystemArticleUpdateRequest { 443 SystemArticleUpdateRequest {
444 Id int64 `json:"id"` 444 Id int64 `json:"id"`
445 CompanyId int64 `json:"companyId,optional"` 445 CompanyId int64 `json:"companyId,optional"`
446 - Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式 446 + Template int `json:"template,optional"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
447 Section []ArticleSection `json:"section"` // 填写的内容 447 Section []ArticleSection `json:"section"` // 填写的内容
448 Title string `json:"title"` // 标题 448 Title string `json:"title"` // 标题
449 Images []string `json:"images"` // 图片 449 Images []string `json:"images"` // 图片
@@ -1272,7 +1272,7 @@ type SystemArticleSearch struct { @@ -1272,7 +1272,7 @@ type SystemArticleSearch struct {
1272 type SystemArticleUpdateRequest struct { 1272 type SystemArticleUpdateRequest struct {
1273 Id int64 `json:"id"` 1273 Id int64 `json:"id"`
1274 CompanyId int64 `json:"companyId,optional"` 1274 CompanyId int64 `json:"companyId,optional"`
1275 - Template int `json:"template"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式 1275 + Template int `json:"template,optional"` // 使用哪个模板进行编辑 0、无 1、演绎式 2、归纳式
1276 Section []ArticleSection `json:"section"` // 填写的内容 1276 Section []ArticleSection `json:"section"` // 填写的内容
1277 Title string `json:"title"` // 标题 1277 Title string `json:"title"` // 标题
1278 Images []string `json:"images"` // 图片 1278 Images []string `json:"images"` // 图片