现在可以了,昨天试过。一次批量请求发送多个get
curl -X POST \
-H "X-LC-Id: xx" \
-H "X-LC-Key:xx" \
-H "Content-Type: application/json" \
-d '{
"requests": [
{
"method": "GET",
"path": "/1.1/classes/A"
},
{
"method": "GET",
"path": "/1.1/classes/B"
}
]
}' \
https://API_BASE_URL/1.1/batch