# 获取淘宝系统当前时间

# 接口名称

taobao.time.get

# 调用方法

https://api.taobaokeapi.com/?usertoken=[usertoken]&method=taobao.time.get

# 请求参数

名称 类型 必须 示例值 描述

# 响应参数

名称 类型 示例值 描述
time Date 2000-01-01 00:00:00 淘宝系统当前时间。格式:yyyy-MM-dd HH:mm:ss

# 响应示例

{
    "time_get_response":{
        "time":"2000-01-01 00:00:00"
    }
}
1
2
3
4
5

# 异常示例

{
	"error_response":{
		"sub_msg":"非法参数",
		"code":50,
		"sub_code":"isv.invalid-parameter",
		"msg":"Remote service error"
	}
}
1
2
3
4
5
6
7
8

# 错误码解释

错误码 错误消息 解决方案