GET api/PlayListOfStation/add1?AppID={AppID}&AppKey={AppKey}&ChannelID={ChannelID}&GUID={GUID}&artistName={artistName}&songName={songName}
歌曲识别中百度音乐库的数据 或者 济南伴随信息同步 插入到MuzhiFm库
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| AppID |
Define this parameter in the request URI. |
|
| AppKey |
Define this parameter in the request URI. |
|
| ChannelID | stationId |
Define this parameter in the request URI. |
| GUID | 歌曲guid |
Define this parameter in the request URI. |
| artistName | 演唱者名称 |
Define this parameter in the request URI. |
| songName | 歌名 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}