获取宠物学习或打工概览。
调用
const result = await api.get_pet_activity_overview(self_id, activity)
参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
self_id |
number | 是 | 在线 Bot QQ 号 |
activity |
string | 是 | school / 学习 或 work / 打工 |
返回值
{
activity: 'school',
current_stage: 1,
entries: [
{
name: '初级学园',
scene_code: 6100,
status_code: 0,
message: '',
stage: 1,
},
],
}