获取约会场景
请求URL:
/dateScene
请求方式:
- POST
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | string | App唯一标识 |
| udid | 是 | string | 唯一设备ID |
| page | 否 | int | 页码 |
| pageSize | 否 | int | 每页数量 |
返回示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 1,
"userID": 1,
"roleId": 1,
"sceneId": 1250000000,
"round": 0,
"score": 0,
"scoreChange": 0,
"state": 10,
"summary": "",
"createdAt": 1778314770,
"updatedAt": 1778450823,
"sceneInfo": {
"id": 1250000000,
"name": "People's Park",
"image": "",
"description": "A great place for a couple's date",
"rule": "{{user}} and {{char}} went on a date at the People's Park.",
"round": 30,
"price": 20,
"sort": 0,
"isShow": 1,
"createdAt": -62135596800,
"updatedAt": 1778265908
},
"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,
"chatCountVirtual": 0,
"favoriteCount": 0,
"avgCost": 0
}
}
]
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | array | 数据 |
| -id | int | 约会记录ID |
| -sceneId | string | 场景ID |
| -round | int | 当前对话轮数 |
| -scoreChange | int | 分数 |
| -state | int | 约会状态:10-进行中;20-已结束 |
| -createdAt | int | 约会开始时间 |
| -sceneInfo | struct | 约会场景信息 |
| -roleInfo | struct | 角色信息 |
备注
错误码 510 系统错误 640 邮箱已注册