聊天(天数)最多的角色
请求URL:
/getChatMaxRole
请求方式:
- POST
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| 无 | 无 | 无 | 无 |
返回示例
{
"code": 200,
"msg": "SUCCESS",
"data": {
"chatDayCount": 2,
"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": "",
"speechStyle": "",
"state": 0,
"fid": 1,
"pid": 4,
"sex": 2,
"isAudit": 0,
"listedAt": 0,
"chatCount": 0,
"chatCountVirtual": 0,
"favoriteCount": 0,
"avgCost": 0
}
}
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | array | 数据列表 |
| -chatDayCount | int | 聊天天数 |
| -roleInfo | struct | 角色信息 |
| --id | int | 角色ID |
| --name | string | 角色名称 |
| --avatar | string | 角色头像 |
| --description | string | 角色描述 |
| --backgroundThumb | string | 角色背景缩率图 |
| --background | string | 角色背景大图 |
备注