企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 1.7. IndexCtl ./shop/controllers/IndexCtl.php ### 1.7.1. Constructor #### 1.7.1.1. 请求URL api.php?ctl=Index&met=index&typ=json #### 1.7.1.2. 返回数据 ~~~json { } ~~~ ### 1.7.2. 接口名称 #### 1.7.2.1. 请求URL api.php?ctl=Index&met=mobile&typ=json #### 1.7.2.2. 返回数据 ~~~json { } ~~~ ### 1.7.3. 接口名称 #### 1.7.3.1. 请求URL api.php?ctl=Index&met=app&typ=json #### 1.7.3.2. 返回数据 ~~~json { } ~~~ ### 1.7.4. menu #### 1.7.4.1. 请求URL api.php?ctl=Index&met=userCenterMenu&typ=json #### 1.7.4.2. 返回数据 ~~~json { } ~~~ ### 1.7.5. 返回搜索关键词 #### 1.7.5.1. 请求URL api.php?ctl=Index&met=getSearchInfo&typ=json #### 1.7.5.2. 返回数据 ~~~json { } ~~~ ### 1.7.6. 返回商品搜索过滤信息 #### 1.7.6.1. 请求URL api.php?ctl=Index&met=getSearchFilter&typ=json #### 1.7.6.2. 请求参数 | 键值 | 类型 | 描述 | | --- | --- | --- | | district\_parent\_id | int | 描述 | #### 1.7.6.3. 返回数据 ~~~json { } ~~~ ### 1.7.7. 接口名称 #### 1.7.7.1. 请求URL api.php?ctl=Index&met=district&typ=json #### 1.7.7.2. 请求参数 | 键值 | 类型 | 描述 | | --- | --- | --- | | district\_id | int | 描述 | #### 1.7.7.3. 返回数据 ~~~json { } ~~~ ### 1.7.8. 接口名称 #### 1.7.8.1. 请求URL api.php?ctl=Index&met=getAllDistrict&typ=json #### 1.7.8.2. 请求参数 | 键值 | 类型 | 描述 | | --- | --- | --- | | district\_id | int | 描述 | #### 1.7.8.3. 返回数据 ~~~json { } ~~~ ### 1.7.9. 接口名称 #### 1.7.9.1. 请求URL api.php?ctl=Index&met=getDistrictByName&typ=json #### 1.7.9.2. 请求参数 | 键值 | 类型 | 描述 | | --- | --- | --- | | district\_name\_row | array | 描述 | #### 1.7.9.3. 返回数据 ~~~json { } ~~~ ### 1.7.10. 接口名称 #### 1.7.10.1. 请求URL api.php?ctl=Index&met=info&typ=json #### 1.7.10.2. 返回数据 ~~~json { } ~~~ ### 1.7.11. 接口名称 #### 1.7.11.1. 请求URL api.php?ctl=Index&met=shop&typ=json #### 1.7.11.2. 返回数据 ~~~json { } ~~~ ### 1.7.12. 接口名称 #### 1.7.12.1. 请求URL api.php?ctl=Index&met=error&typ=json #### 1.7.12.2. 返回数据 ~~~json { } ~~~ ### 1.7.13. 接口名称 #### 1.7.13.1. 请求URL api.php?ctl=Index&met=maintenance&typ=json #### 1.7.13.2. 返回数据 ~~~json { } ~~~ ### 1.7.14. 接口名称 #### 1.7.14.1. 请求URL api.php?ctl=Index&met=getLoginInfo&typ=json #### 1.7.14.2. 返回数据 ~~~json { } ~~~