POST api/Station/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": "e44ebc8f-3bb2-4a02-947c-44fd3e7632ba",
"RadioId": "28e30fba-83f3-4322-9e4f-aa69dab4fc49",
"FolderId": "64f734f5-1f5e-4b04-9c8e-215a75c017b9",
"SoundFileId": "05de543d-68d6-46cd-89a8-45f1e7e50ea9",
"MessageId": "89e13cdd-5fc4-4729-9a53-dfffdd4280f8",
"ArtistId": "0808ad7b-b072-481f-a602-ca714db9444f",
"MusicId": "64394219-a51b-4933-a713-7734175d3fff",
"SongId": "2b749516-a6f2-4092-89dc-2c59e563aaae",
"TargetId": "ffbfca64-8d31-4901-8ce6-7be7e262af36",
"Content": "sample string 10",
"ToCommentId": "f3763108-2fae-405d-872f-98c2394b8b65",
"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"
}