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

响应参数

参数名
类型
描述
必填
file
图片
必填
link_id
链接id
必填
link_type
链接类型 1文章 2图书
必填
article_type
文章类型
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "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": "599", "link_title": "成为雍正", "link_type": "1", "order": "2", "status": "1", "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, "article_type": "1" } ] }