健康检查
curl --request GET \
--url https://wfapi.yuhe.space/health{
"errCode": 123,
"errMessage": "<string>",
"data": {
"status": "ok",
"runtime": {
"mode": "production",
"startedAt": "2026-06-29T09:55:00Z"
},
"deployment": {
"server": {
"tag": "server/v0.1.0",
"version": "0.1.0",
"versionLabel": "v0.1.0",
"publishedAt": "2026-06-29T10:00:00Z",
"commitSha": "abcdef123456"
},
"serverWeb": {
"tag": "server/v0.1.0",
"version": "0.1.0",
"versionLabel": "v0.1.0",
"publishedAt": "2026-06-29T10:00:00Z",
"commitSha": "abcdef123456"
}
}
}
}Health
健康检查
GET
/
health
健康检查
curl --request GET \
--url https://wfapi.yuhe.space/health{
"errCode": 123,
"errMessage": "<string>",
"data": {
"status": "ok",
"runtime": {
"mode": "production",
"startedAt": "2026-06-29T09:55:00Z"
},
"deployment": {
"server": {
"tag": "server/v0.1.0",
"version": "0.1.0",
"versionLabel": "v0.1.0",
"publishedAt": "2026-06-29T10:00:00Z",
"commitSha": "abcdef123456"
},
"serverWeb": {
"tag": "server/v0.1.0",
"version": "0.1.0",
"versionLabel": "v0.1.0",
"publishedAt": "2026-06-29T10:00:00Z",
"commitSha": "abcdef123456"
}
}
}
}⌘I