文档
测试

服务页轮播

POST
app/img/showServImg

接口描述

服务页中部位置轮播图

响应参数

参数名
类型
描述
必填
message
string
接口调用状态说明 示例:服务轮播图
必填
status
string
接口调用状态 示例:success
必填
data
object
返回数据 数据字典
必填
imgList
array
数据列表
必填
opertor
number
示例:3
可选
imgId
number
示例:162
必填
imgName
string
示例:服务111
必填
imgType
number
示例:4
可选
servId
number
示例:5
可选
operTime
string
示例:2019-05-30 06:06:49
可选
sortNo
number
示例:1411000090
必填
url
string
示例:http://192.183.2.228/static//upload/uploadify/2019055/MzAxOHRpbWcgKDEp_720_140.jpg
必填
operator
string
示例:小邮
可选

说明 / 示例

```json { "message": "服务轮播图", "status": "success", "data": { "imgList": [{ "opertor": 3, "imgId": 162, "imgName": "服务111", "imgType": 4, "servId": 5, "operTime": "2019-05-30 06:06:49", "sortNo": 1411000090, "url": "http://192.183.2.228/static//upload/uploadify/2019055/MzAxOHRpbWcgKDEp_720_140.jpg", "operator": "小邮" }] } }