宝器强化精炼协议
parent
0ab1d34640
commit
09a6117269
|
@ -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
|
||||
|
||||
|
|
|
@ -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;//精炼材料
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue