大家有用过高德批量API接口吗,想问一下那个Body该怎么写呢,一直显示INVALID PARAM
这个接口吗?api中有示例
{
"ops": [
{
"url": "/v3/place/around?offset=10&page=1&key=<您的key>&location=116.50394379585519,39.278209477408794&output=json&radius=100000&types=080000"
},
{
"url": "/v3/place/around?offset=10&page=1&key=<您的key>&location=118.50394379585519,39.278209477408794&output=json&radius=100000&types=080000"
}
]
}