liuxiaolong
2020-09-01 2b4f2df77c248b472e36a095b571e8d75f9fa30c
service/carService_test.go
@@ -1,11 +1,9 @@
package service
import (
   "fmt"
   "testing"
)
func TestCarService_Statistic(t *testing.T) {
   parkList := getHikParkList()
   fmt.Println("parkList:", parkList)
}