소스 검색

Merge branch 'crm1.0' into debug

Roc 3 년 전
부모
커밋
72face9acf
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() {