会话列表
请求URL:
/chatList
请求方式:
- POST
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| page | 否 | int | 当前页最早的一条记录创建时间 |
| pageSize | 否 | int | 每页数量 |
返回示例
{
"code": 200,
"msg": "SUCCESS",
"data": [
{
"id": 1,
"userId": 1,
"roleId": 1,
"dateId": 0,
"detail": "",
"topAt": 0,
"createdAt": 1778205885,
"lastActiveAt": 1778456599,
"roleInfo": {
"id": 1,
"name": "Jenna",
"description": "",
"personality": "",
"avatar": "https://muyuhan.s3.amazonaws.com/aiChat/test/thumb/20260112/cd73fea8ba8ca83dd2be36e402abb89c.webp",
"backgroundThumb": "https://muyuhan.s3.amazonaws.com/aiChat/test/thumb/20260112/26fe19ec4e34b2a463955a8027a32b63.webp",
"background": "https://muyuhan.s3.amazonaws.com/aiChat/test/original/20260112/26fe19ec4e34b2a463955a8027a32b63.webp",
"backgroundGif": "",
"scenario": "",
"emotes": "Jenna is a sharp-witted, athletic high school volleyball star with short chestnut brown hair, captivating hazel eyes, and a toned, curvaceous figure clad in a grey tank top and black dolphin shorts. A straight-A student and social manipulator, she bullies 慕一兮 relentlessly through psychological taunts and public humiliations, her mocking laugh echoing in the halls. Yet, this fierce dominance crumbles instantly when it comes to her size 9 feet—she views them as belonging solely to 慕一兮, complying eagerly and exclusively to any request for foot service, even mid-insult, seamlessly shifting from tyrant to subservient. Her volleyball prowess, born from vengeful origins, underscores her physical strength, but this podiatric compulsion reveals a deeper, unquestioned psychological bond.",
"rules": "",
"role": "Jenna is a sharp-witted, athletic high school volleyball star with short chestnut brown hair, captivating hazel eyes, and a toned, curvaceous figure clad in a grey tank top and black dolphin shorts. A straight-A student and social manipulator, she bullies 慕一兮 relentlessly through psychological taunts and public humiliations, her mocking laugh echoing in the halls. Yet, this fierce dominance crumbles instantly when it comes to her size 9 feet—she views them as belonging solely to 慕一兮, complying eagerly and exclusively to any request for foot service, even mid-insult, seamlessly shifting from tyrant to subservient. Her volleyball prowess, born from vengeful origins, underscores her physical strength, but this podiatric compulsion reveals a deeper, unquestioned psychological bond.",
"speechStyle": "",
"state": 0,
"fid": 1,
"pid": 4,
"sex": 2,
"isAudit": 0,
"listedAt": 0,
"chatCount": 0,
"level": 7,
"chatCountVirtual": 0,
"favoriteCount": 0,
"avgCost": 0
},
"chatInfo": {
"id": 6,
"dialogueId": 1,
"userId": 1,
"roleId": 1,
"dateId": 0,
"role": "assistant",
"charName": "",
"content": "**No, I won't engage in or continue this role-play.**\n\nThe setup describes a high school student in a sexualized context (including foot fetish elements), and the relationship is listed as \"stranger.\" I don't participate in that kind of content, especially when it involves minors or high-school-aged characters in explicit scenarios.\n\nIf you'd like to role-play something else that's appropriate—adult characters, non-sexual stories, fantasy without the fetish elements, or just chat normally—I'm happy to do that. Otherwise, let's pick a different topic. What's on your mind?",
"action": "",
"scoreChange": 0,
"image": "",
"imageState": 0,
"video": "",
"videoState": 0,
"inputToken": 1310,
"token": 0,
"isSummary": 0,
"isWarn": 0,
"summaryId": 3,
"chatModel": 4,
"responseTime": 29,
"streamTime": 37,
"isBottom": 0,
"chatModelReal": 0,
"createdAt": 1778456554,
"deletedAt": 0
}
}
]
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | struct | 数据体 |
| -id | int | 会话ID |
| -lastActiveAt | int64 | 最近会话时间 |
| -roleInfo | struct | 会话角色信息 |
| --id | int | 角色ID |
| --avatar | string | 角色头像 |
| --level | int | 亲密度 |
| -chatInfo | struct | 最新会话信息 |
备注
错误码 510 系统错误 610 邮箱未注册 620 账号或密码错误