浏览代码

fix(用印审批):新增用印审批中,合规修改合同

Roc 3 年之前
父节点
当前提交
c6cca1b0df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/seal.go

+ 1 - 1
controllers/seal.go

@@ -106,7 +106,7 @@ func (this *SealCommon) Edit() {
 
 // @Title 审批者编辑用印
 // @Description 审批者编辑用印接口
-// @Param	request	body seal.EditReq true "type json string"
+// @Param	request	body seal.CheckEditReq true "type json string"
 // @Success 200 {object} seal.AddSealResp
 // @router /check_edit [post]
 func (this *SealCommon) CheckEdit() {