From 0acdfc60dbb5ee96045ccd695db1fec9d1e9d127 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 17:27:39 +0800
Subject: [PATCH] fix

---
 router/test/contract.go |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/router/test/contract.go b/router/test/contract.go
index 3a7845c..8cffb21 100644
--- a/router/test/contract.go
+++ b/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 {
@@ -20,7 +20,9 @@
 		conRouter.PUT("updateContract", conApi.UpdateContract)              // 鏇存柊Contract
 	}
 	{
-		conRouterWithoutRecord.GET("findContract", conApi.FindContract)       // 鏍规嵁ID鑾峰彇Contract
-		conRouterWithoutRecord.GET("getContractList", conApi.GetContractList) // 鑾峰彇Contract鍒楄〃
+		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
 	}
 }

--
Gitblit v1.8.0