Skip to content

获取服务端时间

接口路径

http
/Third/Tools/getTimestamp

说明

获取服务端13位时间戳

请求方式

GET

返回参数说明

参数类型描述
timestampint13位时间戳

返回值示例

json
{
  "code": 200,
  "msg": "",
  "data": {
    "timestamp": 1661742589863
  }
}