文档
测试

爆款活动倒计时

POST
GetHotGoodsTime

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
timestamp
int
服务器现行时间戳,示例:1604475806111
必填
hot_goods_start_time
int
爆款活动开始时间戳,示例:1605024000000
必填
hot_goods_end_time
int
爆款活动结束时间戳,示例:1605110400000
必填

说明 / 示例

返回示例 ```json { "msg": "success", "code": 0, "data": { "timestamp": 1604475806111, "hot_goods_start_time": 1605024000000, "hot_goods_end_time": 1605110400000 } } ```