GET api/PlayListOfStation/GetSongGuid?artistName={artistName}&songName={songName}
获取IAR_DB库中的歌曲guid 伴随信息同步软件PADsync使用
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
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" }