1. 首页
  2. API 文档
  3. QQ 宠物
  4. get_pet_activity_overview

get_pet_activity_overview

  • 发布于 2026-08-16
  • 17 次阅读

获取宠物学习或打工概览。

调用

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,
    },
  ],
}