简要描述:
- 轮播图列表
请求域名:
- http://xx.com
请求URL:
GET:plugin.circle.admin.circle-set.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
模板data数据:
array:9 [▼
"total" => 2
"per_page" => 15
"current_page" => 1
"last_page" => 1
"next_page_url" => null
"prev_page_url" => null
"from" => 1
"to" => 2
"data" => array:2 [▼
0 => array:11 [▼
"id" => 2
"uniacid" => 1
"sequence" => 5
"name" => "测试图片"
"img" => "123456.png"
"is_show" => 1
"url" => "1234567"
"app_url" => "123456"
"created_at" => "2021-02-18 10:41:09"
"updated_at" => "2021-02-18 10:41:09"
"deleted_at" => null
]
1 => array:11 [▼
"id" => 1
"uniacid" => 1
"sequence" => 3
"name" => "测试图片"
"img" => "123456.png"
"is_show" => 1
"url" => "1234567"
"app_url" => "123456"
"created_at" => "2021-02-18 10:40:52"
"updated_at" => "2021-02-18 10:56:17"
"deleted_at" => null
]
]
]
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id |
'主键ID', | |
uniacid |
'公众号ID', | |
sequence |
'排序数值越大越靠前', | |
name |
'名称', | |
img |
'轮播图片', | |
is_show |
'是否显示0不显示,1显示', | |
url |
'跳转链接', | |
app_url |
'小程序跳转链接', | |
created_at |
'创建时间', | |
updated_at |
'修改时间', | |
deleted_at |
'删除时间', |