POST api/Folder/add_subscribe

054 用户订阅栏目(2111) 老接口

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeFolderView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FolderId": "106d912b-3b1b-4e15-bfa0-5a29f6ad2c80",
  "Type": 0,
  "RadioId": "c37d5211-277e-42a3-a3a2-850c7d278b1f"
}

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"
}