Time
GET/api/v1/time
API 서버 연결을 테스트하고 현재 서버 시간을 조회합니다.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
d integer
specifies the current server time in milliseconds
Example:
1727860524082{
"d": 1727860524082
}
Loading...