This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user