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": "4e86c307-55fd-487f-af9a-3918933d7cad",
"RadioId": "3edadab8-4a1f-4b69-aefe-7a9ffb47dade",
"FolderId": "282a8bdb-2398-472b-ab78-64d72cd4f427",
"SoundFileId": "a7255ca9-4210-479a-aeff-f859fe689513",
"MessageId": "336c96d7-99cb-451e-bdce-886545642907",
"ArtistId": "1ed04b81-7d85-483d-a66d-c5680fa5c948",
"MusicId": "44951d1a-bcb2-4911-b88a-2b78f2432a8d",
"SongId": "5e800f0f-0daf-49d9-b2b7-1f14cde107e5",
"TargetId": "ee574024-a83b-43c8-822e-9782ef990f23",
"Content": "sample string 10",
"ToCommentId": "3b5a66e1-a696-4300-8ab4-65d14a005ea2",
"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"
}