- 视频
- 用户
- 登录/注册
- 找回密码
获取用户订阅的分类
GET
/luckyjourney/customer/subscribe
请求参数
Header 参数
token
string
token
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8882/luckyjourney/customer/subscribe' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"type": null,
"code": 0,
"state": true,
"message": "成功",
"data": [
{
"id": 1,
"isDeleted": null,
"gmtCreated": null,
"gmtUpdated": null,
"name": "体育频道",
"description": null,
"icon": null,
"open": null,
"labelNames": null
},
{
"id": 2,
"isDeleted": null,
"gmtCreated": null,
"gmtUpdated": null,
"name": "游戏频道",
"description": null,
"icon": null,
"open": null,
"labelNames": null
},
{
"id": 3,
"isDeleted": null,
"gmtCreated": null,
"gmtUpdated": null,
"name": "美食频道",
"description": null,
"icon": null,
"open": null,
"labelNames": null
}
],
"count": 0
}
修改于 2023-11-05 02:11:32