@@ -1117,8 +1117,8 @@ func (this *PptEnglishController) TitleCheck() {
}
// Editing
-// @Title 标记编辑状态
-// @Description 标记编辑状态
+// @Title 标记/查询编辑状态
+// @Description 标记/查询编辑状态
// @Param request body models.PPTEditingReq true "type json string"
// @Success 200 Ret=200 操作成功
// @router /editing [post]
@@ -1149,7 +1149,7 @@ func (this *PptEnglishController) Editing() {
br.Msg = "参数有误"
return
- if req.Status <= 0 {
+ if req.Status < 0 {
br.Msg = "标记状态异常"
@@ -1292,8 +1292,8 @@ func (this *PptV2Controller) TitleCheck() {
@@ -1324,7 +1324,7 @@ func (this *PptV2Controller) Editing() {