POST api/Radio/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": "2f290164-ad1f-4d93-a8f3-339b4e39edec", "RadioId": "30570a58-fbaa-4f02-999f-ef198bd5378b", "FolderId": "ced08a1a-c6e4-42a9-ae66-8380fcb7b881", "SoundFileId": "4e8eee99-f2f7-4fab-93f5-cb562522fd1d", "MessageId": "6a3d15c8-f172-47e6-a1be-6008859a69e5", "ArtistId": "2870b0b2-fa41-482a-8330-199507f2187d", "MusicId": "69eb9a22-32ae-4310-81aa-5a5ed9c910ec", "SongId": "2debb94b-f983-4cdd-8a7f-24a987fab98e", "TargetId": "f3978a3c-a884-40c1-81d7-baeaf6e92e20", "Content": "sample string 10", "ToCommentId": "3a02ac57-25d2-4986-b557-a759106573f9", "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" }