master_huanxiang
parent
c18e89d48b
commit
c40505460a
|
|
@ -1502,6 +1502,10 @@ enum MessageType{
|
|||
STRONGTHEN_FAXIANG_EQUIP_REQUEST = 3050099;
|
||||
STRONGTHEN_FAXIANG_EQUIP_RESPONSE = 3050100;
|
||||
|
||||
// 获取全部法相装备
|
||||
GET_ALL_FAXIANG_EQUIP_REQUEST = 3050201;
|
||||
GET_ALL_FAXIANG_EQUIP_RESPONSE = 3050202;
|
||||
|
||||
//==========================================================800000起为global 协议==========================================================
|
||||
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
|
|
|
|||
|
|
@ -1272,10 +1272,19 @@ import "CommonProto.proto";
|
|||
optional string faxiangID = 2;//法相id
|
||||
optional int32 action = 3;//动作,1穿:2脱
|
||||
}
|
||||
|
||||
|
||||
message StrongthenFaxiangEquipRequest{
|
||||
optional string faxiangID = 1;//法相id
|
||||
optional int32 action = 2;//动作,1强化:2升星
|
||||
optional int32 targetLv = 2;//目标等级
|
||||
optional int32 action = 3;//动作,1强化:2升星
|
||||
}
|
||||
|
||||
message GetAllFaxiangEquipRequest{
|
||||
optional string page = 1;//页数
|
||||
}
|
||||
|
||||
message GetAllFaxiangEquipResponse{
|
||||
repeated Equip equips = 1;//法相信息
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue