refactor: 重构宠物仓库列表获取逻辑
This commit is contained in:
@@ -9,9 +9,7 @@ import (
|
||||
type GetPetListInboundEmpty struct {
|
||||
Head common.TomeeHeader `cmd:"2303" struc:"skip"`
|
||||
}
|
||||
type GetPetListFreeInboundEmpty struct {
|
||||
Head common.TomeeHeader `cmd:"2320" struc:"skip"`
|
||||
}
|
||||
|
||||
type GetPetListOutboundInfo struct {
|
||||
ShortInfoListLen uint32 `struc:"int32,sizeof=ShortInfoList"`
|
||||
ShortInfoList []PetShortInfo
|
||||
|
||||
Reference in New Issue
Block a user