master_huanxiang
duhui 2023-02-15 15:55:59 +08:00
parent c18e89d48b
commit c40505460a
2 changed files with 15 additions and 2 deletions

View File

@ -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;
//==========================================================800000global ==========================================================
GetWorldServerRequest = 800001;//ip

View File

@ -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;//12
optional int32 targetLv = 2;//
optional int32 action = 3;//12
}
message GetAllFaxiangEquipRequest{
optional string page = 1;//
}
message GetAllFaxiangEquipResponse{
repeated Equip equips = 1;//
}