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": "e66bcdcf-b652-496a-b8c7-85874e2cca2c",
  "Type": 0,
  "RadioId": "2be5ab6d-861a-4df3-8500-db49dddbefc3"
}

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