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": "5303b29e-60b6-49eb-aed9-b6975439feb2",
  "RadioId": "ad238307-9214-480f-9ece-1f4637d18f83",
  "FolderId": "f17d91dd-c921-420d-afab-8858299a051b",
  "SoundFileId": "8da61ea0-58a5-420a-9b66-5988b6ea0f1b",
  "MessageId": "8509c2bb-9fdd-4573-9c8e-8ab6414e5e8a",
  "ArtistId": "b9a657ed-22a9-4aa4-b417-3f789d1cc901",
  "MusicId": "0afbcb42-14ad-4312-8bf2-a5495db00748",
  "SongId": "abe7cd43-814a-45f8-a5f5-3136805ca97d",
  "TargetId": "3b0970c9-23d5-467a-a151-31ab1cdb7f54",
  "Content": "sample string 10",
  "ToCommentId": "b6737468-7fce-4677-84e2-bbc79b88bdbf",
  "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"
}