This commit is contained in:
邹宗楠
2024-07-31 15:03:46 +08:00
parent 8ecfd93781
commit e27ea9f69a
3 changed files with 24 additions and 6 deletions

View File

@@ -38,8 +38,8 @@ func TestCoordinateChange(t *testing.T) {
func TestTencentCyclingPlanning(t *testing.T) {
distance, duration, point, err := tencent.TencentCyclingPlanning(&TencentCyclingPlanningReq{
Key: tencent.key,
From: "30.637486,103.919896",
To: "30.604708,103.913647",
From: "30.610506,104.065132",
To: "30.581323,104.048340",
})
if err != nil {
t.Log(err)