## 1.1. ActivityCtl
./shop/controllers/ActivityCtl.php
### 1.1.1. Constructor
#### 1.1.1.1. 请求URL
api.php?ctl=Activity&met=doLottery&typ=json
#### 1.1.1.2. 返回数据
~~~json
{
}
~~~
### 1.1.2. 接口名称
#### 1.1.2.1. 请求URL
api.php?ctl=Activity&met=discount&typ=json
#### 1.1.2.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 当前页码 |
| rows | int | 每页记录条数 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| store\_id | int | 描述 |
| category\_id | int | 描述 |
#### 1.1.2.3. 返回数据
~~~json
{
}
~~~
### 1.1.3. 根据条件列出形成的团
#### 1.1.3.1. 请求URL
api.php?ctl=Activity&met=listsGroupbooking&typ=json
#### 1.1.3.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 当前页码 |
| rows | int | 每页记录条数 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| activity\_id | int | 描述 |
#### 1.1.3.3. 返回数据
~~~json
{
}
~~~
### 1.1.4. 接口名称
#### 1.1.4.1. 请求URL
api.php?ctl=Activity&met=listsGroupbookingActivity&typ=json
#### 1.1.4.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 当前页码 |
| rows | int | 每页记录条数 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| store\_id | int | 描述 |
| category\_id | int | 描述 |
| activity\_state | int | 描述 |
#### 1.1.4.3. 返回数据
~~~json
{
}
~~~
### 1.1.5. 接口名称
#### 1.1.5.1. 请求URL
api.php?ctl=Activity&met=listsCutPriceActivity&typ=json
#### 1.1.5.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 当前页码 |
| rows | int | 每页记录条数 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| store\_id | int | 描述 |
#### 1.1.5.3. 返回数据
~~~json
{
}
~~~
### 1.1.6. 接口名称
#### 1.1.6.1. 请求URL
api.php?ctl=Activity&met=listsCutPriceHistory&typ=json
#### 1.1.6.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| page | int | 当前页码 |
| rows | int | 每页记录条数 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| activity\_id | int | 描述 |
| user\_id | int | 描述 |
#### 1.1.6.3. 返回数据
~~~json
{
}
~~~
### 1.1.7. 接口名称
#### 1.1.7.1. 请求URL
api.php?ctl=Activity&met=getCutPriceActivity&typ=json
#### 1.1.7.2. 请求参数
| 键值 | 类型 | 描述 |
| --- | --- | --- |
| activity\_id | int | 描述 |
| participant\_id | int | 描述 |
| user\_id | int | 描述 |
#### 1.1.7.3. 返回数据
~~~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