feat(login): 添加登录时的宠物列表初始化

- 在登录响应中增加了宠物列表的初始化
- 添加了一只默认宠物(ID为100,等级为1)
This commit is contained in:
2025-08-20 22:50:55 +08:00
parent 43094c647c
commit a126b842a3
2 changed files with 2 additions and 0 deletions

1
logic/controller/pet.go Normal file
View File

@@ -0,0 +1 @@
package controller