更新协议
This commit is contained in:
parent
4fd5dcfaa2
commit
16ec2fc9eb
BIN
config/Face.xlsx
BIN
config/Face.xlsx
Binary file not shown.
BIN
config/card.xlsx
BIN
config/card.xlsx
Binary file not shown.
@ -327,7 +327,7 @@ message Card {
|
||||
int32 Id = 1;
|
||||
int32 Count = 2;
|
||||
}
|
||||
|
||||
message ReqCardInfo{}
|
||||
message ResCardInfo{
|
||||
repeated Card CardList = 1; // 卡牌列表
|
||||
int32 ExStar = 2; // 额外星级
|
||||
|
||||
@ -2374,6 +2374,8 @@ message Card {
|
||||
int32 Count = 2;
|
||||
}
|
||||
|
||||
message ReqCardInfo{}
|
||||
|
||||
message ResCardInfo{
|
||||
repeated Card CardList = 1; // 卡牌列表
|
||||
int32 ExStar = 2; // 额外星级
|
||||
@ -3185,4 +3187,5 @@ message ReqAutoAddInviteFriend{
|
||||
}
|
||||
message ResAutoAddInviteFriend{
|
||||
int32 ResultCode = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
/* Created on: 2014-10-16 10:00:00 */
|
||||
/*==============================================================*/
|
||||
|
||||
create database if not exists Merge_Pet CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
|
||||
use Merge_Pet;
|
||||
create database if not exists Merge_Pet_sdk CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
|
||||
use Merge_Pet_sdk;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for db_version 版本号,每次更新数据库要改这个地方
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"out_file": "MergeData.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"MergeData",
|
||||
"fields" :["Id", "Lv", "MaxLv", "MergeId", "SellType", "SellNum", "SellDiamond", "CoolTime", "Star", "Type", "Emit_Product", "Color", "Emit_ID", "PType"]
|
||||
"fields" :["Id", "Icon", "Lv", "MaxLv", "MergeId", "SellType", "SellNum", "SellDiamond", "CoolTime", "Star", "Type", "Emit_Product", "Color", "Emit_ID", "PType"]
|
||||
},
|
||||
{
|
||||
"in_file": "MergeData.xlsx",
|
||||
@ -43,7 +43,7 @@
|
||||
"out_file": "UserData.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"UserData",
|
||||
"fields" :["Lv", "Item", "Emit", "EnergyMul", "MaxEnergy", "Exp", "UnlockPack", "SevenLogin", "Recover"]
|
||||
"fields" :["Lv", "Item", "Emit", "EnergyMul", "MaxEnergy", "Exp", "UnlockPack", "SevenLogin", "Recover", "Unlock_1","Unlock_2"]
|
||||
},
|
||||
{
|
||||
"in_file": "IndoorProgress.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user