POST api/Folder/cancel_subscribe
055 用户订阅栏目(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": "b1a2976c-32e5-4390-90c2-2a53f107313a",
"Type": 0,
"RadioId": "6bf95673-0fe8-4f19-8ec3-44673a21398d"
}
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"
}