POST api/CommentOfPlatformMessage/PostCommentOfPlatformMessage
发表评论2201-平台消息
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StationId": "f22234fd-604f-4bba-bc04-211cd90750f2",
"RadioId": "639240e6-d5f5-4941-a0ca-b22c8ee258da",
"FolderId": "03f2c358-ebb9-44f7-9843-55c3c529ad4b",
"SoundFileId": "4f1c2083-6471-48db-b669-8aff0e699c2f",
"MessageId": "b60eebce-afe2-44c1-8466-5e85a4e465b0",
"ArtistId": "46eaaf49-acce-432f-864c-902bbad21135",
"MusicId": "47c9b730-585b-40b0-b768-40874caaa786",
"SongId": "cf7a224f-80b1-4849-92ba-e58024cefd21",
"TargetId": "b5d5be92-273f-4446-a4bd-6fe696c385b5",
"Content": "sample string 10",
"ToCommentId": "46eefbec-3e19-40b3-a4a0-158b7b22df4a",
"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"
}