GET api/UserSubscribeStation/GetList?userId={userId}&pageIndex={pageIndex}&pageSize={pageSize}
2.26获取用户订阅的传统电台和个人电台(2103)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId | String 用户Id |
Define this parameter in the request URI. |
pageIndex | Int 第几页 >= 1 |
Define this parameter in the request URI. |
pageSize | Int 页面大小 |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }