宝器强化精炼协议

master_huanxiang
lvxinran 2020-04-26 16:46:53 +08:00
parent 0ab1d34640
commit 09a6117269
2 changed files with 8 additions and 0 deletions

View File

@ -468,6 +468,9 @@ enum MessageType{
J_GET_ALL_SEND_LIKE_REQUEST = 10912;//
J_GET_ALL_SEND_LIKE_RESPONSE = 10913;
JEWEL_BUILD_REQUEST = 10914;//
JEWEL_BUILD_RESPONSE = 10915;
// K 11000
// L 11100

View File

@ -718,6 +718,11 @@ import "CommonProto.proto";
message GetSomeActitityInfoRespone{
repeated ActivityInfo activityInfo =1;
}
message JewelBuildRequest{
optional string id = 1;//id
optional int32 type = 2;//1 2
repeated string item = 3;//
}