Sfoglia il codice sorgente

fix(客户合同):文件更名

Roc 3 anni fa
parent
commit
c851854100
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      controllers/company_contract.go

+ 2 - 1
controllers/contract.go → controllers/company_contract.go

@@ -8,6 +8,7 @@ import (
 	"hongze/hongze_mobile_admin/utils"
 )
 
+//客户合同模块
 type ContractCommon struct {
 	BaseAuth
 }
@@ -17,7 +18,7 @@ type ContractCommon struct {
 // @Param   CompanyId   query   int  true       "客户ID"
 // @Param   CompanyContractId   query   int  true       "合同id"
 // @Success 200 {object} company_contract.CompanyContractDetail
-// @router /contract/detail [get]
+// @router /detail [get]
 func (this *ContractCommon) ApplyContractDetail() {
 	sysUser := this.AdminWx