轮播图列表
请求URL:
/getBanners
请求方式:
- POST
header:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Authorization | 是 | string | 授权token |
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | string | 无 |
| udid | 是 | string | 无 |
| location | 否 | uint8 | 轮播图位置:1-顶部 |
返回示例
{
"code": 200,
"msg": "SUCCESS",
"data": [
{
"id": 9,
"image": "https://muyuhan.s3.amazonaws.com/facewap/banners/banner.png",
"type": 1,
"fileType": 1,
"location": 1,
"tempId": 49,
"isAudit": 0,
"sort": 1,
"createdAt": 1762463532,
"updatedAt": 1762470546,
"template": {
"id": 49,
"title": "Red Seduction",
"covering": "https://muyuhan.s3.amazonaws.com/facewap/picx/thumb/Red+Seduction.webp",
"image": "https://muyuhan.s3.amazonaws.com/facewap/picx/original/Red+Seduction.webp",
"workflowId": 30,
"prompt": "Create a detailed digital painting depicting a very beautiful woman named Anke with very long blonde \nstraight hair standing seductively at a table. Her luxurious red lace lingerie with straps accentuates her small breasts and round bottom. To emphasize the sexual tension, she is on the floor an all fours. Her red lingerie gives her a mysterious aura. The lighting in the room in the style of the golden 20`s is very subdued, glamorous burlesque style, with the woman and her lingerie taking center stage. High definition, whimsical, fantastical, splash art, rich in detail, hyper-detailed, sharp focus, harmony, serenity, very seductive, tranquility, mysterious glow, ambient occlusion, halo, cozy ambient light, dynamic lighting, excellent composition, finest details, highest aesthetic, strong muted highlighter, mystical glow, best quality, sharp focus, ultra quality, 8K, best quality, a masterpiece, award-winning, NSFW, Anke",
"favoriteCount": 0,
"isAudit": 0,
"pid": 0,
"sort": 49,
"author": "CraveMuse",
"createdAt": 1760926118,
"updatedAt": 1760987458,
"isFavorite": false
}
},
{
"id": 10,
"image": "https://muyuhan.s3.amazonaws.com/facewap/banners/banner.png",
"type": 2,
"fileType": 1,
"location": 1,
"tempId": 49,
"isAudit": 0,
"sort": 1,
"createdAt": 1762463649,
"updatedAt": 1762470445,
"template": {
"id": 49,
"title": "Undress Tease II",
"thumb": "https://muyuhan.s3.amazonaws.com/facewap/thumb/Undress+Tease+II.png",
"covering": "https://muyuhan.s3.amazonaws.com/facewap/covering/Undress+Tease+II.webp",
"video": "https://muyuhan.s3.amazonaws.com/facewap/video/Undress+Tease+II.mp4",
"pid": 1,
"gid": 1,
"favoriteCount": 3,
"apiType": 1,
"template": "",
"images": null,
"sort": 6,
"isHome": 1,
"prompt": "Her top layer slips off unveiling her silhouette in a see-through bra as she gives a sultry smile to the camera.",
"author": "gudgirlgonebad",
"createdAt": 1753913449,
"updatedAt": 1762465418,
"isFavorite": false
}
}
]
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | struct | 数据 |
| - id | int | 轮播图ID |
| - image | string | 轮播图地址 |
| - type | int | 跳转类型:1-生图;2-生视频 |
| - fileType | int | 文件类型:1-图;2-视频 |
| - location | uint8 | 轮播图位置 |
| - tempId | int | 生图(生视频)模版ID |
| - isAudit | int | 是否审核员数据 |
| - sort | int | 排序 |
| - createdAt | int64 | 添加时间 |
| - updatedAt | int64 | 修改时间 |
| - template | struct | 关联模版信息 |
备注 错误码: 510 系统异常 800 参数错误