文档
测试

讲解音频列表

POST
{{url}}/admin/audioList

请求参数

参数名
类型
描述
必填
page
必填
match
必填

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "rn": 1, "id": 1, 数据id "title": "51", 标题 "file": "storage/video/M4tva4Rlddtd8lo1eLUo14Tya5VNssGGs5xBwuid.mp4", 文件路径 "addtime": 1676024796, 添加时间 "qr_code": "audio/2023-02-10/63e61bdcad578.png" 二维码路径 } ], "first_page_url": "http://www.zhongxin.com/admin/audioList?match=5&page=1", "from": 1, "last_page": 1, "last_page_url": "http://www.zhongxin.com/admin/audioList?match=5&page=1", "next_page_url": null, "path": "http://www.zhongxin.com/admin/audioList", "per_page": 20, "prev_page_url": null, "to": 1, "total": 1 } }