POST api/CommentOfPlatformMessage/PostCommentOfPlatformMessage

发表评论2201-平台消息

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "4d85332d-2b4c-43f1-89df-a7ab5381d6eb",
  "RadioId": "2dcd46d4-a6f4-4b74-9b25-bd030dd280d0",
  "FolderId": "2c7aa530-0288-4562-af0c-13d8197cac22",
  "SoundFileId": "44031e02-5914-47ef-b8ed-82e396c78fe9",
  "MessageId": "577d2f00-93bf-4b61-a514-409d54de31e8",
  "ArtistId": "c87ad0b7-96a7-46f0-8a04-a91f51f6b6a6",
  "MusicId": "b24f0ba3-517e-41ab-96cb-7a78c396ea24",
  "SongId": "2d7ecc77-9a5c-4ad0-aa5d-f6e0c2ec44c0",
  "TargetId": "be896a47-0b67-47b2-8856-5a57ac9b7756",
  "Content": "sample string 10",
  "ToCommentId": "7f155440-3ea6-44cd-8ff6-9d5ff6730063",
  "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"
}