合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 图片轮播列表查询 **author**:孙飞 **接口地址**:`/mtcge/mobile/homepage/portal/queryPictureRotationList` **请求方式**:`GET` **请求数据类型**:`application/x-www-form-urlencoded` **响应数据类型**:`*/*` **接口描述**:<p>图片轮播列表查询</p> **请求参数**: **请求参数**: 暂无 **响应状态**: | 状态码 | 说明 | schema | | -------- | -------- | ----- | |200|OK|接口返回对象«List«mt_app_picture_rotation对象»»| |401|Unauthorized|| |403|Forbidden|| |404|Not Found|| **响应参数**: | 参数名称 | 参数说明 | 类型 | schema | | -------- | -------- | ----- |----- | |code|返回代码|integer(int32)|integer(int32)| |message|返回处理消息|string|| |result|返回数据对象|array|mt_app_picture_rotation对象| |&emsp;&emsp;createBy||string|| |&emsp;&emsp;createTime||string(date-time)|| |&emsp;&emsp;id||string|| |&emsp;&emsp;jsonString||string|| |&emsp;&emsp;name||string|| |&emsp;&emsp;picOrder||integer(int32)|| |&emsp;&emsp;picUrl||string|| |&emsp;&emsp;sfsy||string|| |&emsp;&emsp;sysOrgCode||string|| |&emsp;&emsp;updateBy||string|| |&emsp;&emsp;updateTime||string(date-time)|| |success|成功标志|boolean|| |timestamp|时间戳|integer(int64)|integer(int64)| **响应示例**: ```javascript { "code": 0, "message": "", "result": [ { "createBy": "", "createTime": "", "id": "", "jsonString": "", "name": "", "picOrder": 0, "picUrl": "", "sfsy": "", "sysOrgCode": "", "updateBy": "", "updateTime": "" } ], "success": true, "timestamp": 0 } ```