POST api/Song/add_comment
发表评论2201-Station
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "StationId": "4612f9d6-d7b2-43a5-a0db-cf146f73dcd0", "RadioId": "83f98a1f-1652-4edb-9b50-ecaa5a486df8", "FolderId": "c3eb20f3-6c44-4902-9831-9a2cca3ffcf2", "SoundFileId": "3f91387b-c09a-4c91-bfa2-133178dcbb66", "MessageId": "48417c6b-54ba-4ccc-9935-df6a8a4e9ce6", "ArtistId": "19409f95-bb8d-4d4a-a6aa-8b2946b890d5", "MusicId": "755d5b9e-755d-472b-bf26-1b77c152b255", "SongId": "83e8a33c-b116-4d63-b10c-307a4a79083b", "TargetId": "a7ec2294-0b86-4f93-8893-a8d92d6f03b0", "Content": "sample string 10", "ToCommentId": "7293adae-f358-4538-a82f-293a91c86160", "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" }