获取宠物 PK 状态。
调用
const result = await api.get_pet_pk_status(self_id, story_id)
参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
self_id |
number | 是 | 在线 Bot QQ 号 |
story_id |
string | 是 | start_pet_pk 返回的 PK 任务 ID |
返回值
{
success: true,
pet_id: 'PET_ID',
story_id: '6900_xxx',
status_received: true,
response_empty: false,
}