文档
测试

轮播图

POST
http://192.168.2.11:83/api/System/sliders

请求头

参数名
类型
描述
必填
secret_token
string
secret_token
必填
token
string
token
必填
sign
string
sign
必填

响应参数

参数名
类型
描述
必填
success
boolean
true 请求成功
必填
data
arr
必填
id
int
必填
pic
string
必填
title
string
必填
url
string
必填
order_index
int
必填
type
int
必填
obj_id
int
必填
act_id
int
必填
is_jump
int
必填

说明 / 示例

{ "success": true, "data": [ { "id": 11, "pic": "http://yx.yunqizc.com/static/3.png", "title": "蒙肽", "url": null, "order_index": 0, "type": 1, "obj_id": 2523, "act_id": 0, "is_jump": 1 }, { "id": 61, "pic": "http://yx.yunqizc.com/static/2.png", "title": "蒙肽", "url": null, "order_index": 0, "type": 1, "obj_id": 2523, "act_id": 0, "is_jump": 1 }, { "id": 62, "pic": "http://yx.yunqizc.com/static/1.png", "title": "蒙肽", "url": null, "order_index": 0, "type": 1, "obj_id": 2523, "act_id": 0, "is_jump": 1 } ], "message": "success" }