This commit is contained in:
richboo111
2023-10-25 09:27:05 +08:00
parent 528b1f4591
commit bee676e5cb
6 changed files with 79 additions and 52 deletions

View File

@@ -50,10 +50,14 @@ func TestGetWaybillPrice(t *testing.T) {
ToAddress: "嘉华酒店",
CityName: "成都市",
SendType: "0",
ToLat: "30.691134",
ToLng: "104.042307",
FromLat: "30.693001",
FromLng: "104.04546",
ToLat: "29.604639",
ToLng: "103.743532",
FromLat: "29.608636",
FromLng: "103.728641",
//ToLat: "29.598951",
//ToLng: "103.736961",
//FromLat: "29.602826",
//FromLng: "103.722107",
}
price := utils.Struct2Map(param, "", false)
resp, err := api.GetOrderPrice(price)