B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
抢购时间节点
URL地址 | http://www.tpshop.com/index.php?m=api&c=activity&a=flash_sale_time |
请求方式 | post |
参数列表
参数 | 是否必须 | 说明 |
| unique_id | 选填 | 手机端唯一标识 类似web pc端sessionid |
示例
/**
成功示例
{
"status": 1,
"msg": "获取成功",
"result": [
{
"font": "16:00", //前端显示标题
"start_time": 1479801600, //开始时间
"end_time": 1479808800 //结束时间
},
{
"font": "18:00",
"start_time": 1479808800,
"end_time": 1479816000
},
{
"font": "20:00",
"start_time": 1479816000,
"end_time": 1479823200
},
{
"font": "22:00",
"start_time": 1479823200,
"end_time": 1479830400
},
{
"font": "00:00",
"start_time": 1479830400,
"end_time": 1479837600
}
]
}
失败示例
{
"status": -1,
"msg": "数据为空",
"result": ""
}
*/