## 1.19. StoreCtl
./shop/controllers/StoreCtl.php
### 1.19.1. 首页
#### 1.19.1.1. 请求URL
api.php?ctl=Store&met=getConfig&typ=json
#### 1.19.1.2. 返回数据
~~~json
{
}
~~~
### 1.19.2. menu
#### 1.19.2.1. 请求URL
api.php?ctl=Store&met=menu&typ=json
#### 1.19.2.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
#### 1.19.2.3. 返回数据
~~~json
{
}
~~~
### 1.19.3. 首页
#### 1.19.3.1. 请求URL
api.php?ctl=Store&met=index&typ=json
#### 1.19.3.2. 返回数据
~~~json
{
}
~~~
### 1.19.4. 列表数据
#### 1.19.4.1. 请求URL
api.php?ctl=Store&met=lists&typ=json
#### 1.19.4.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 描述 |
| rows | int | 描述 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| store\_id | int | 描述 |
| store\_category\_id | int | 描述 |
| coordinate | array | 描述 |
| keyword | string | 描述 |
| keyword | string | 描述 |
#### 1.19.4.3. 返回数据
~~~json
{
}
~~~
### 1.19.5. 列表数据
#### 1.19.5.1. 请求URL
api.php?ctl=Store&met=near&typ=json
#### 1.19.5.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 描述 |
| rows | int | 描述 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| store\_id | int | 描述 |
| store\_category\_id | int | 描述 |
| keyword | string | 描述 |
| district\_info | string | 描述 |
| coordinate | array | 描述 |
#### 1.19.5.3. 返回数据
~~~json
{
}
~~~
### 1.19.6. 读取
#### 1.19.6.1. 请求URL
api.php?ctl=Store&met=credit&typ=json
#### 1.19.6.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
#### 1.19.6.3. 返回数据
~~~json
{
}
~~~
### 1.19.7. 读取
#### 1.19.7.1. 请求URL
api.php?ctl=Store&met=get&typ=json
#### 1.19.7.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| category\_id | int | 描述 |
| store\_id | int | 描述 |
#### 1.19.7.3. 返回数据
~~~json
{
}
~~~
### 1.19.8. 读取
#### 1.19.8.1. 请求URL
api.php?ctl=Store&met=info&typ=json
#### 1.19.8.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
| action | string | 描述 |
| store\_category | string | 描述 |
| store\_product\_cat\_id | int | 描述 |
| recursive | int | 描述 |
#### 1.19.8.3. 返回数据
~~~json
{
}
~~~
### 1.19.9. 店铺概况
#### 1.19.9.1. 请求URL
api.php?ctl=Store&met=profile&typ=json
#### 1.19.9.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
| action | string | 描述 |
#### 1.19.9.3. 返回数据
~~~json
{
}
~~~
### 1.19.10. 店铺首页内容
#### 1.19.10.1. 请求URL
api.php?ctl=Store&met=contents&typ=json
#### 1.19.10.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
#### 1.19.10.3. 返回数据
~~~json
{
}
~~~
### 1.19.11. 店铺首页内容
#### 1.19.11.1. 请求URL
api.php?ctl=Store&met=indexDiy&typ=json
#### 1.19.11.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
#### 1.19.11.3. 返回数据
~~~json
{
}
~~~
### 1.19.12. 添加店铺基础信息
#### 1.19.12.1. 请求URL
api.php?ctl=Store&met=add&typ=json
#### 1.19.12.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_name | string | 店铺名称 |
| store\_grade\_id | int | 店铺等级 |
| store\_logo | string | 店铺logo |
| store\_domain | string | 二级域名 |
| store\_latitude | string | 纬度 |
| store\_longitude | string | 经度 |
| store\_type | int | 店铺类型: 1-卖家店铺; 2-供应商店铺 |
| shop\_parent\_id | int | 上级店铺id:创建店铺决定,所属分销商-不可更改! 佣金公平性考虑 |
| store\_category\_id | int | 店铺分类id |
| store\_o2o\_flag | int | 店铺分类id |
| product\_category\_ids | array | 店铺分类id |
| company\_id | int | 公司Id |
| company\_name | string | 企业全称(length=>2,50) |
| company\_area | string | 公司所在地 |
| company\_address | string | 地址:请输入公司详细地址 |
| company\_zipcode | string | 邮编:请输入公司邮编 |
| company\_phone | string | 电话:请输入公司电话 |
| company\_website | string | 公司网址:请输入公司网址 |
| company\_description | string | 公司介绍:请输入公司介绍 |
| contacts\_name | string | 联系人 |
| contacts\_position | string | 职位 |
| contacts\_phone | string | 联系人电话 |
| contacts\_email | string | 联系人email |
| company\_registered\_capital | int | 注册资金(required) |
| company\_employee\_count | int | 员工总数 |
| company\_taxnum | string | 纳税人识别号 |
| company\_invoice | string | 发票抬头 |
| bank\_account\_name | string | 发票抬头 |
| bank\_name | string | 发票抬头 |
| bank\_account\_number | string | 发票抬头 |
| business\_license\_electronic | array | 发票抬头 |
#### 1.19.12.3. 返回数据
~~~json
{
}
~~~
### 1.19.13. 修改
#### 1.19.13.1. 请求URL
api.php?ctl=Store&met=edit&typ=json
#### 1.19.13.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int |
| store\_name | string | 店铺名称 |
| store\_grade\_id | int | 店铺等级 |
| store\_category\_id | int | 店铺等级 |
| store\_is\_open | int | 店铺状态- 0:关闭 1:运营中 |
#### 1.19.13.3. 返回数据
~~~json
{
}
~~~
### 1.19.14. 店铺活动
#### 1.19.14.1. 请求URL
api.php?ctl=Store&met=activity&typ=json
#### 1.19.14.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| activity\_state | int | 描述 |
| activity\_type\_id | int | 描述 |
#### 1.19.14.3. 返回数据
~~~json
{
}
~~~
### 1.19.15. 店铺活动
#### 1.19.15.1. 请求URL
api.php?ctl=Store&met=activityInfo&typ=json
#### 1.19.15.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| activity\_id | int | 描述 |
#### 1.19.15.3. 返回数据
~~~json
{
}
~~~
### 1.19.16. 店铺优惠券
#### 1.19.16.1. 请求URL
api.php?ctl=Store&met=voucher&typ=json
#### 1.19.16.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
| page | int | 描述 |
| rows | int | 描述 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
#### 1.19.16.3. 返回数据
~~~json
{
}
~~~
### 1.19.17. 列表数据, 不论用户是否登录,收藏等等数据不做处理。
#### 1.19.17.1. 请求URL
api.php?ctl=Store&met=product&typ=json
#### 1.19.17.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
| category\_id | int | 描述 |
#### 1.19.17.3. 返回数据
~~~json
{
}
~~~
### 1.19.18. 销量最高
#### 1.19.18.1. 请求URL
api.php?ctl=Store&met=productPopular&typ=json
#### 1.19.18.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
#### 1.19.18.3. 返回数据
~~~json
{
}
~~~
### 1.19.19. 销量最高
#### 1.19.19.1. 请求URL
api.php?ctl=Store&met=paymentVoucher&typ=json
#### 1.19.19.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| payment\_voucher | string | 付款凭证 |
| payment\_voucher\_explain | string | 付款凭证说明\\ |
#### 1.19.19.3. 返回数据
~~~json
{
}
~~~
### 1.19.20. 列出店铺等级
#### 1.19.20.1. 请求URL
api.php?ctl=Store&met=listsStoreGrade&typ=json
#### 1.19.20.2. 返回数据
~~~json
{
}
~~~
### 1.19.21. 店铺商品分类
#### 1.19.21.1. 请求URL
api.php?ctl=Store&met=productCategory&typ=json
#### 1.19.21.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| store\_id | int | 描述 |
| store\_product\_cat\_id | int | 描述 |
| recursive | int | 描述 |
| action | string | 描述 |
#### 1.19.21.3. 返回数据
~~~json
{
}
~~~
### 1.19.22. 店铺分类
#### 1.19.22.1. 请求URL
api.php?ctl=Store&met=category&typ=json
#### 1.19.22.2. 返回数据
~~~json
{
}
~~~
### 1.19.23. 列出店铺分类
#### 1.19.23.1. 请求URL
api.php?ctl=Store&met=listsStoreCategory&typ=json
#### 1.19.23.2. 返回数据
~~~json
{
}
~~~
- 开发文档
- /输出格式化处理
- /MySQL.md
- /tpl.md
- /locale.md
- /试衣镜.md
- /note.md
- /api/shop.md
- Table of Content
- shop 项目
- 1.1. ActivityCtl
- 1.2. CartCtl
- 1.3. CategoryCtl
- 1.4. ChainCtl
- 1.5. ChooseIndustryCtl
- 1.6. Distribution_UserCtl
- 1.7. IndexCtl
- 1.8. JoinController
- 1.9. JoinCtl
- 1.10. LoginCtl
- 1.11. MediaCtl
- 1.12. PageCtl
- 1.13. PlatformController
- 1.14. PointController
- 1.15. PointCtl
- 1.16. ProductCtl
- 1.17. SitemapCtl
- 1.18. StoreController
- 1.19. StoreCtl
- 1.20. UrlCtl
- 1.21. User_AccountCtl
- 1.22. User_ActivityCtl
- 1.23. User_AskCtl
- 1.24. User_CommentCtl
- 1.25. User_DeliveryAddressCtl
- 1.26. User_FavoritesCtl
- 1.27. User_FeedbackCtl
- 1.28. User_InvoiceCtl
- 1.29. User_OrderCtl
- 1.30. User_ResourceCtl
- 1.31. User_ReturnCtl
- 1.32. User_VoucherCtl
- 1.33. UserCenterController
- 1.34. UserCtl
- 1.35. VerifyCodeCtl
- 1.36. WechatCallbackCtl
- /框架核心说明.md