B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
分销店铺概况
URL地址 | http://www.tpshop.com/index.php?m=Api&c=Distribut&a=store_summery |
请求方式 | get |
参数列表
参数 | 是否必须 | 说明 |
无 |
示例
{ "status": 1, "msg": "获取成功", "result": { "goods_num": 4, //商品数量 "prom_num": 0, //促销数量 "new_num": 0, //上新数量 "store": { "store_img": "/public/upload/user_store/593512701e460.gif", //店铺图 "store_name": "" //店铺名称 }, "head_pic": "" //用户头像 } } }