文档
测试
POST
http://bookhouse.com/admin/api/Banner/getList

请求头

参数名
类型
描述
必填
Authorization
Wm9sYnpXSFJzdFNDR0h6Y3ZjQ2IySGpRd2RsYUdIamNrdFZ6OVVuSnlvbERBS2pBMGVTbUpKak12ZVNtMlhHQnF0U0NGSUdVeWVpVElaM2g0dVd5UA%3D%3D
必填

响应参数

参数名
类型
描述
必填
id
轮播图id
必填
file
图片
必填
link_id
链接id
必填
link_title
链接名称
必填
order
排序
必填
status
状态 1开启 2关闭
必填
link_type
链接类型 1文章 2图书
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "436", "file": "/upload/file/202403/e7b6017952544556e9c37926fac2d172.jpg", "link_id": "590", "link_title": "三国演义", "link_type": "2", "order": "1", "status": "2", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2024-03-08 13:13:38", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2024-03-08 13:44:29", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "face": null }, { "id": "435", "file": "/upload/file/202403/1780d8c5e3b2ec458f3361ac1d92a7ba.jpg", "link_id": "589", "link_title": "成为雍正", "link_type": "2", "order": "2", "status": "1", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2024-03-08 10:51:57", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2024-03-08 13:44:27", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "face": null }, { "id": "437", "file": "/upload/file/202403/c9d9121ffdd22970cba2649ffbd8f1f4.jpg", "link_id": "589", "link_title": "成为雍正", "link_type": "2", "order": "2", "status": "2", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2024-03-11 09:47:19", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2024-03-11 09:47:19", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "face": null } ] }