我正在尝试使用 Google 距离矩阵 API 获取两个位置之间的距离。我也在使用签名来签署我对 Google 的请求。
这是我的请求 URI:
我在 UTC 中使用 epochtime 来发送 Google API 文档中提到的请求。但我收到了如下所述的回复:
{
"destination_addresses" : [],
"origin_addresses" : [],
"rows" : [],
"status" : "INVALID_REQUEST"
}