优化gin模块

This commit is contained in:
boyce
2024-05-06 10:36:04 +08:00
parent b23b30aac5
commit 927c2ffa37
2 changed files with 60 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ package ginmodule
import (
"fmt"
"github.com/duanhf2012/origin/log"
"github.com/duanhf2012/origin/v2/log"
"github.com/gin-gonic/gin"
"time"
)