企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 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 { } ~~~