API Reference
GET
/health Service health
确认 API 服务是否可达。
Parameters
This endpoint has no path or query parameters.
Request body
This endpoint does not accept a JSON request body.
Responses
200 OK
400 Bad Request
401 Unauthorized
404 Not Found
502 Upstream Error
Examples
curl -X GET 'https://api.jd.io/health' {
"ok": true,
"data": {
"service": "fb-api",
"status": "ok"
}
}