用户点赞列表
请求URL:
/favoriteList
请求方式:
- POST
header:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Authorization | 是 | string | 授权token |
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | string | 无 |
| udid | 是 | string | 无 |
| type | 是 | uint8 | 类型:1-视频;2-生图 |
返回示例
{
"code": 200,
"msg": "SUCCESS",
"data": [
{
"id": 2,
"title": "Butt Tease IV",
"thumb": "https://muyuhan.s3.amazonaws.com/facewap/thumb/Butt+Tease+IV.png?v=1",
"covering": "https://muyuhan.s3.amazonaws.com/facewap/covering/Butt+Tease+IV.webp?v=1",
"video": "https://muyuhan.s3.amazonaws.com/facewap/video/Butt+Tease+IV.mp4?v=2",
"pid": 0,
"gid": 0,
"favoriteCount": 0,
"sort": 40,
"isHome": 1,
"prompt": "She smiles seductively at the camera, her eyes glinting with allure. Then, she turns her back to the camera, her movements fluid and graceful. With a subtle shift of her weight, she raises her hips, her body moving in a smooth, controlled motion. Her hands gently pull up the skirt, the fabric lifting to reveal a little bit of her beautifully sculpted curves",
"author": "alvjay",
"createdAt": 1753941960,
"updatedAt": 1759227284
},
{
"id": 1,
"title": "Bubble Butt",
"thumb": "https://muyuhan.s3.amazonaws.com/facewap/thumb/Bubble+Butt.png?v=1",
"covering": "https://muyuhan.s3.amazonaws.com/facewap/covering/Bubble+Butt.webp?v=1",
"video": "https://muyuhan.s3.amazonaws.com/facewap/video/Bubble+Butt.mp4?v=2",
"pid": 0,
"gid": 0,
"favoriteCount": 0,
"sort": 41,
"isHome": 1,
"prompt": "The woman smiles softly as she gently places her hands on her waist. Slowly, she begins to move her hips, swaying in a smooth, gradual motion. With each subtle movement, her buttocks jiggle lightly, responding naturally to the rhythm of her body. Her actions are slow and deliberate, with a quiet, fluid grace as she twerks softly.",
"author": "coroline_e",
"createdAt": 1753693865,
"updatedAt": 1759227294
}
]
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | Array | 数据 |
| - id | int | 生图(生视频)模版ID |
| - title | string | 标题 |
| - thumb | string | 缩略图(视频专有) |
| - covering | string | 封面图 |
| - video | string | 视频地址(视频专有) |
| - workflowId | int | 工作流ID |
| - favoriteCount | int | 使用(点赞)数 |
| - author | string | 作者 |
| - prompt | string | 任务提示词 |
| - createdAt | int64 | 添加时间 |
| - updatedAt | int64 | 修改时间 |
备注 错误码: 510 系统异常 800 参数错误