liuxiaolong
2020-06-22 8a0cb38a396e18a9f220bd5144212baca18f49d1
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)
}