ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 曲库搜索列表 /** * 曲库搜索列表 * @http get * @datetime 2017-08-03T22:38:43+0800 * @author 韩文博 */ +++ get:Musiclibrary/search <<< success { "errcode": 0, "errmsg": "操作成功", "page_data": { "previous_cursor": 0, "next_cursor": 0, "total_page": 1, "total_number": 3, "current_page": 1, "page_rows": 10 }, "list": [ { "id": 198, "title": "根分类", "sort": 0, "desc": "", "img": "", "text": "", "create_time": null }, { "id": 201, "title": "A1", "sort": 0, "desc": "", "img": "", "text": "", "create_time": null }, { "id": 202, "title": "A2", "sort": 0, "desc": "", "img": "", "text": "", "create_time": null } ] } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++