POST api/Message/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": "f43fc03e-8d52-4d93-8ba7-d418d4c9e2f7",
"RadioId": "85b3d58e-34cb-4c20-9b4e-874d507c42c3",
"FolderId": "e05232f8-83b2-4756-a4ae-0772e84b35a5",
"SoundFileId": "3f9ad422-339d-482e-9537-dcd18dfddefe",
"MessageId": "4315cfdd-5e71-458a-b284-150b11a798d1",
"ArtistId": "c3f1d484-3ede-486a-a5e5-6fd4c90a9eff",
"MusicId": "00635e50-236e-4994-b688-08eabf5af1b2",
"SongId": "f0acfb0d-a254-4b5e-8845-96a41dfc1a94",
"TargetId": "e49df5d6-c3e4-478d-b841-291ad9ae7694",
"Content": "sample string 10",
"ToCommentId": "e5287a40-8de9-4726-be9e-a0e6c0a19224",
"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"
}