POST api/Station/add_subscribe
用户订阅电台(2110)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userSubscribeStationView |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "2fd14cae-2eea-4a23-8d8c-6649a8aeac26",
"RadioId": "104344d3-2e14-4cd0-b776-b425b57ab051",
"StationId": "477dd282-8fdc-4281-934b-3adbd29545d2",
"Type": 0,
"StationType": 0
}
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"
}