获取本人宠物资料。
调用
const result = await api.get_pet_profile(self_id)
参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
self_id |
number | 是 | 在线 Bot QQ 号 |
返回值
{
pet_id: 'PET_ID',
pet_name: '小卡',
user_id: '123456789',
avatar_url: 'https://example.com/avatar.png',
personality: '小太阳',
species: '蒜头鹅',
job_name: '小乞丐',
traits: ['粘人程度'],
}