POST api/SoundFile/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": "b1b297a1-edd2-4312-89c9-142598cebb2a",
"RadioId": "0627f2b7-6dae-4273-b61d-da1c52bd0115",
"FolderId": "af7eeae7-70d3-41de-b50b-7933f5c5d044",
"SoundFileId": "d2e6d3fc-7c7a-4bd1-9eff-5ea82c87127a",
"MessageId": "9fab0563-6abc-4387-b22d-6e5819514c40",
"ArtistId": "f6b27c05-c69a-4553-bb3d-aded70b77c7b",
"MusicId": "cd228886-b63d-425a-b1ba-6f1846c1f6c2",
"SongId": "ffdd4334-3480-47bf-97f6-64e010cb67e6",
"TargetId": "5a732d62-4ef3-4a42-8c5d-af53a417aa4d",
"Content": "sample string 10",
"ToCommentId": "37ed5adb-23cf-49c1-80fe-1a12e9519493",
"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"
}