B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
分销店铺商品列表
,URL地址 | http://www.tpshop.com/index.php?m=Api&c=Distribut&a=my_store |
请求方式 | get |
参数列表
参数 | 是否必须 | 说明 |
p | 可选 | 第几页,默认1 |
示例
{ "status": 1, "msg": "获取成功", "result": [ { "user_id": 6, //用户id "user_name": "张三", //用户名称 "goods_id": 14, //商品id "goods_name": "贝因美(Beingmate) 金装爱+ 幼儿配方奶粉 3段(12-36个月幼儿适用) 900克(100%进口原料)", //商品名称 "cat_id": 0, //分类id "brand_id": 0, //品牌id "share_num": 0, //共享id "sales_num": 0, //销售数量 "id": 1, //分销商品id "addtime": 1496460215, //添加时间 "store_id": 3 //店铺id }, ... ] }