1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-04-22 00:39:41 +08:00
parent b59beed45f
commit a6386daad8
11 changed files with 90 additions and 67 deletions

View File

@@ -87,6 +87,14 @@ type C2S_RoomPetInfo struct {
CatchTime uint32 `json:"catchTime"`
}
// C2S_RoomPetShowToggle 基地展示精灵添加/移除请求
type C2S_RoomPetShowToggle struct {
Head common.TomeeHeader `cmd:"2326" struc:"skip"`
CatchTime uint32 `json:"catchTime"`
PetID uint32 `json:"petID"`
Flag uint32 `json:"flag"` // 1=添加展示, 0=移除展示
}
// C2S_BUY_FITMENT 定义请求或响应数据结构。
type C2S_BUY_FITMENT struct {
Head common.TomeeHeader `cmd:"10004" struc:"skip"`