# 1 获取歌曲列表结果
Request URL
http://34.246.118.234:20007/Boomsing/keyword
Request Parameters
Argument Name | Requirement | Description
:-:|:-:|:-:
keyword| Required | 可以根据歌曲名或者歌手名来搜索获取歌曲列表
Sample Request
http://34.246.118.234:20007/Boomsing/hello
Response Parameters
Argument Name | Requirement | Description
:-:|:-:|:-:
id| Required | 歌曲id
musicName| Required | 歌曲名字
singerName| Required | 歌手名字
Sample Response
```
[{
"id":"154459",
"musicName": "Hello Hello ft. Monique",
"singerName":"A'dam"
},
{
"id":"28076",
"musicName": "Hello (Cover)",
"singerName":"Chigul"
},...]
```
# 2 数据库连接说明
property | value
:-:|:-:
ip | 34.246.118.234
port | 20006
root | boomsing
password | boomsingandboomplay123
databaseName | boomsing
tableName | boomsing_music