POST api/Song/add_comment
发表评论2201-Station
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StationId": "cda25f9f-9123-41e8-a633-694a819ada5f",
"RadioId": "fbc6a13c-73d8-4ad6-a124-c50f7de5a6a9",
"FolderId": "0da5d31c-fdae-4b63-96cb-94a62286b45c",
"SoundFileId": "675ee3fe-8c44-4d48-85dc-d874886ca7ea",
"MessageId": "badd99b6-9fb1-4680-a992-e0c7dfde53b7",
"ArtistId": "e3a104bf-4591-4c1a-a2df-599cb62055a5",
"MusicId": "1c83fdae-70b3-4db9-8fe4-c749754cd305",
"SongId": "8ecbfe4b-bc7e-4d4d-81cd-1dc4c8065249",
"TargetId": "d2817265-fb79-42fd-a8b9-e3d9772dbf08",
"Content": "sample string 10",
"ToCommentId": "afd4832b-daa5-467e-96c0-748978f79914",
"Spell": "sample string 11",
"Mid": "sample string 12",
"ToNick": "sample string 13",
"ReceiverId": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}