router/test/contract.go
@@ -22,7 +22,5 @@ { conRouterWithoutRecord.GET("findContract", conApi.FindContract) // 根据ID获取Contract conRouterWithoutRecord.GET("getContractList", conApi.GetContractList) // 获取Contract列表 conRouterWithoutRecord.GET("previewContract", conApi.PreviewContract) // 预览Contract conRouterWithoutRecord.GET("downloadContract", conApi.DownloadContract) // 下载Contract } }