## 1.6. Distribution\_UserCtl
./shop/controllers/Distribution/UserCtl.php 用戶基礎信息-用戶來源關系記錄,此記錄不可以改變。控制器
### 1.6.1. 用戶基礎信息-用戶來源關系記錄,此記錄不可以改變。首頁
#### 1.6.1.1. 請求URL
api.php?ctl=Distribution\_User&met=index&typ=json
#### 1.6.1.2. 返回數據
~~~json
{
}
~~~
### 1.6.2. 接口名稱
#### 1.6.2.1. 請求URL
api.php?ctl=Distribution\_User&met=withdraw&typ=json
#### 1.6.2.2. 返回數據
~~~json
{
}
~~~
### 1.6.3. 接口名稱
#### 1.6.3.1. 請求URL
api.php?ctl=Distribution\_User&met=doWithdraw&typ=json
#### 1.6.3.2. 返回數據
~~~json
{
}
~~~
### 1.6.4. 用戶基礎信息-用戶來源關系記錄,此記錄不可以改變。首頁
#### 1.6.4.1. 請求URL
api.php?ctl=Distribution\_User&met=invite&typ=json
#### 1.6.4.2. 返回數據
~~~json
{
}
~~~
### 1.6.5. 用戶基礎信息-用戶來源關系記錄,此記錄不可以改變。列表數據
#### 1.6.5.1. 請求URL
api.php?ctl=Distribution\_User&met=lists&typ=json
#### 1.6.5.2. 請求參數
| 鍵值 | 類型 | 描述 |
| --- | --- | --- |
| page | int | 當前頁碼 |
| rows | int | 每頁記錄條數 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
#### 1.6.5.3. 返回數據
~~~json
{
}
~~~
### 1.6.6. 用戶基礎信息-用戶來源關系記錄,此記錄不可以改變。列表數據
#### 1.6.6.1. 請求URL
api.php?ctl=Distribution\_User&met=listsCommission&typ=json
#### 1.6.6.2. 請求參數
| 鍵值 | 類型 | 描述 |
| --- | --- | --- |
| page | int | 當前頁碼 |
| rows | int | 每頁記錄條數 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| ugc\_level | int | 描述 |
#### 1.6.6.3. 返回數據
~~~json
{
}
~~~
### 1.6.7. 銷售獎
#### 1.6.7.1. 請求URL
api.php?ctl=Distribution\_User&met=listsSaleCommission&typ=json
#### 1.6.7.2. 請求參數
| 鍵值 | 類型 | 描述 |
| --- | --- | --- |
| page | int | 當前頁碼 |
| rows | int | 每頁記錄條數 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| ugc\_level | int | 描述 |
#### 1.6.7.3. 返回數據
~~~json
{
}
~~~
### 1.6.8. 用戶基礎信息-用戶來源關系記錄,此記錄不可以改變。列表數據
#### 1.6.8.1. 請求URL
api.php?ctl=Distribution\_User&met=listsOrder&typ=json
#### 1.6.8.2. 請求參數
| 鍵值 | 類型 | 描述 |
| --- | --- | --- |
| page | int | 當前頁碼 |
| rows | int | 每頁記錄條數 |
| sidx | string | 排序字段 |
| sord | string | 排序方式: ASC | DESC |
| time\_flag | int | 描述 |
| uo\_level | int | 描述 |
#### 1.6.8.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