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