Ver código fonte

fix param bug

yuedefeng 6 anos atrás
pai
commit
578580e66d

+ 0 - 1
src/dashoo.cn/backend/api/controllers/document/document.go

@@ -128,7 +128,6 @@ func (this *DocumentController) EditDocumentInfo() {
 }
 
 // @Title 删除文档信息
-// @Param id
 // @Success 200 {object} ErrorInfo
 // @Failure 403 :id 为空
 // @router /deletedocumentdata/:id [delete]