test_user 1 year ago
parent
commit
4ba7deef52
1 changed files with 3 additions and 3 deletions
  1. 3 3
      controllers/coordinate/coordinate_controller.go

+ 3 - 3
controllers/coordinate/coordinate_controller.go View File

@@ -1,12 +1,12 @@
1 1
 package coordinate
2 2
 
3 3
 import (
4
-	"XT_New/enums"
5
-	"XT_New/models"
6
-	"XT_New/service"
7 4
 	"encoding/json"
8 5
 	"fmt"
9 6
 	"gdyb/controllers"
7
+	"gdyb/enums"
8
+	"gdyb/models"
9
+	"gdyb/service"
10 10
 	"gdyb/utils"
11 11
 	"github.com/astaxie/beego"
12 12
 	"math/rand"