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": "d37886d1-2d80-431f-b14a-e51e85995445",
"RadioId": "39951b16-b24f-4d96-95f9-2dcb944f4589",
"StationId": "3eb50596-6664-4740-98f2-ecc00d6175fe",
"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"
}