B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
商品促销列表
URL地址 | http://www.tpbbc2_0.com/index.php?m=Api&c=Activity&a=promote_list |
请求方式 | post |
参数列表
参数 | 是否必须 | 说明 |
| p | 可选 | 当前页数,默认1 |
| page_size | 可选 | 每页的数据量,默认10 |
示例
成功示例
{
"status":1,
"msg":"获取成功",
"result":[
{
"goods_id":79,
"goods_name":"恒源祥秋冬新款男士纯色全羊毛衫 中年圆领长袖毛衣 加厚针织衫潮08W18096",
"shop_price":"398.00",
"click_count":54,
"market_price":"498.00",
"end_time":1592755200,
"item_id":null,
"server_time":1508985741
},
{
"goods_id":189,
"goods_name":"皮皮虾哪里跑",
"shop_price":"99.00",
"click_count":5,
"market_price":"199.00",
"end_time":1511884800,
"item_id":null,
"server_time":1508985741
}
]
}
失败示例
{
"status": -1,
"msg": "数据为空",
"result": ""
}