跳到主要内容

获取服务器时间

类型: GET 描述: /v4/public/time


请求示例

Request
  curl --location --request GET 'https://sapi.xt.com/v4/public/time' \
--header 'accept: */*' \
--header 'Content-Type: application/json' \

响应示例

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"serverTime": 1662435658062
}
}