Skip to content

Files

Latest commit

2d1a552 · Mar 9, 2025

History

History
70 lines (38 loc) · 2.56 KB

HealthCheckApi.md

File metadata and controls

70 lines (38 loc) · 2.56 KB

\HealthCheckApi

All URIs are relative to http://localhost

Method HTTP request Description
HealthCheckApiV1HealthCheckGet Get /api/v1/health/check 检查服务器是否正确响应请求 / Check if the server responds to requests correctly
HealthCheckApiV1HealthCheckGet_0 Get /api/v1/health/check 检查服务器是否正确响应请求 / Check if the server responds to requests correctly

HealthCheckApiV1HealthCheckGet

HealthCheckResponse HealthCheckApiV1HealthCheckGet(ctx, )

检查服务器是否正确响应请求 / Check if the server responds to requests correctly

[中文] ### 用途说明: - 检查服务器是否正确响应请求。 ### 参数说明: - 无参数。 ### 返回结果: - status: 服务器状态,正常为 ok。 # [English] ### Purpose: - Check if the server responds to requests correctly. ### Parameter Description: - No parameters. ### Return Result: - status: Server status, normal is ok.

Required Parameters

This endpoint does not need any parameter.

Return type

HealthCheckResponse

Authorization

bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

HealthCheckApiV1HealthCheckGet_0

HealthCheckResponse HealthCheckApiV1HealthCheckGet_0(ctx, )

检查服务器是否正确响应请求 / Check if the server responds to requests correctly

[中文] ### 用途说明: - 检查服务器是否正确响应请求。 ### 参数说明: - 无参数。 ### 返回结果: - status: 服务器状态,正常为 ok。 # [English] ### Purpose: - Check if the server responds to requests correctly. ### Parameter Description: - No parameters. ### Return Result: - status: Server status, normal is ok.

Required Parameters

This endpoint does not need any parameter.

Return type

HealthCheckResponse

Authorization

bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]