正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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"` // 图片 |
-
请 注册 或 登录 后发表评论