router/test/contract.go
@@ -1,8 +1,8 @@ package test import ( "github.com/flipped-aurora/gin-vue-admin/server/api/v1" "github.com/gin-gonic/gin" "srm/api/v1" ) type ContractRouter struct { @@ -22,6 +22,5 @@ { conRouterWithoutRecord.GET("findContract", conApi.FindContract) // 根据ID获取Contract conRouterWithoutRecord.GET("getContractList", conApi.GetContractList) // 获取Contract列表 conRouterWithoutRecord.GET("previewContract", conApi.PreviewContract) // 预览Contract } }