POST api/Folder/add_subscribe
054 用户订阅栏目(2111) 老接口
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userSubscribeFolderView |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FolderId": "dd84146c-51bd-4de8-b61d-949e825366b9",
"Type": 0,
"RadioId": "7bd88463-b39a-424a-91b5-c63e969f3952"
}
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"
}