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