POST api/Folder/add_comment
评论栏目
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StationId": "14f990c7-fd44-444d-860d-3c5855e09fde",
"RadioId": "249d3883-a328-46ca-9299-d1ed4118efa0",
"FolderId": "a7ea21a8-1bc6-41bb-85b5-9e0cf4466b82",
"SoundFileId": "fc03fef9-942b-4928-adc1-d07c225c64ca",
"MessageId": "13e18ebd-1449-4210-9662-2ae8bc52d8f0",
"ArtistId": "42a0f304-f373-4795-b565-3e657f5cc973",
"MusicId": "ee243a6f-978b-4bd3-bbc2-a47991460de0",
"SongId": "0e728893-5484-4ff0-a813-85fc7554b748",
"TargetId": "dd6a3e7b-7581-47a6-852c-3c0f1a62a9db",
"Content": "sample string 10",
"ToCommentId": "aa3fccde-3505-465c-81a8-72481af66d09",
"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"
}