礼物协议2
parent
3be95fd339
commit
5bf17e2680
|
|
@ -615,7 +615,8 @@ message HeroChangeResponse{
|
||||||
// 礼物
|
// 礼物
|
||||||
message GiftEquipWearRequest{
|
message GiftEquipWearRequest{
|
||||||
optional int32 operate = 1;//1:穿,2:脱
|
optional int32 operate = 1;//1:穿,2:脱
|
||||||
repeated int32 giftIds = 2;//礼物id列表
|
optional string role = 2;//对象,0是主角,其他用英雄唯一id
|
||||||
|
repeated int32 giftIds = 3;//礼物id列表
|
||||||
}
|
}
|
||||||
|
|
||||||
message GiftEquipInfoRequest{
|
message GiftEquipInfoRequest{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue