文档
测试

通过搜索信息,在专辑中进行查找

GET
localhost:8080/search/searchAlbum?searchName=

接口描述

从前台获取输入的搜索信息,在专辑中进行查找

响应参数

参数名
类型
描述
必填
code
int
1为查询失败,0为查询成功
必填
msg
string
信息提示
必填
count
object
示例:null
必填
data
List<Album>
搜索到的专辑集合
必填
id
int
专辑id
必填
albumName
string
专辑名
必填

说明 / 示例

![图片.png](https://cos.easydoc.net/43640696/files/kvaothnv.png)