文档
测试

获取服务器时间

POST
get_time

接口描述

获取服务器时间戳

响应参数

参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填
data
int
当前Unix时间戳(秒数)
必填