package pet // PetSetExpOutboundInfo 宠物设置经验输出信息 type PetSetExpOutboundInfo struct { // Exp 剩余累计经验 Exp uint64 `json:"exp"` }