yuliang 1 anno fa
parent
commit
762bcbff6d

+ 0 - 0
.idea/shelf/Uncommitted_changes_before_Update_at_2023_10_25_18_28_[更改]/shelved.patch


+ 4 - 0
.idea/shelf/Uncommitted_changes_before_Update_at_2023_10_25_18_28___.xml

@@ -0,0 +1,4 @@
+<changelist name="Uncommitted_changes_before_Update_at_2023_10_25_18_28_[更改]" date="1698229868485" recycled="true" deleted="true">
+  <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Update_at_2023_10_25_18_28_[更改]/shelved.patch" />
+  <option name="DESCRIPTION" value="Uncommitted changes before Update at 2023/10/25 18:28 [更改]" />
+</changelist>

+ 1 - 2
route/init.go

@@ -1,12 +1,11 @@
 package route
 
 import (
+	"github.com/gin-gonic/gin"
 	"youngee_m_api/handler"
 	"youngee_m_api/handler/operate"
 	"youngee_m_api/middleware"
 	"youngee_m_api/model/http_model"
-
-	"github.com/gin-gonic/gin"
 )
 
 func InitRoute(r *gin.Engine) {