POST api/Music/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": "649f633b-0fee-4700-b4bd-4692181a890e",
"RadioId": "d703dad5-8090-44c7-976d-8f6180d51dab",
"FolderId": "ab892eff-8971-428c-aa17-84742646b7d4",
"SoundFileId": "0a3db1d2-b596-457b-a376-649dbecb36e6",
"MessageId": "6bc93439-e133-4a50-8322-5e43c032d69a",
"ArtistId": "b55187d1-0f4d-4092-8c42-af9befd36b12",
"MusicId": "3fb0ab5b-580f-49c4-a1d1-789d564bca73",
"SongId": "56c5cb00-aa3a-4b1f-a0c0-78069f20c898",
"TargetId": "a42adf29-d7ad-4eb3-9b55-8e43ef93b740",
"Content": "sample string 10",
"ToCommentId": "ebdb7a11-1f97-4e23-8810-f0c0d56b381b",
"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"
}