POST api/UserSubscribeStation/AddUserSubscribeStation
用户订阅电台(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": "17590fee-52db-4d70-8d44-18a97cff53af",
"RadioId": "86d2968f-a568-408e-88bb-4a6d055f88f9",
"StationId": "b2ac2d79-d0c9-4693-bbc3-594f1d47a66f",
"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"
}