16 lines
271 B
Thrift
16 lines
271 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct RegionDataItem
|
|
{
|
|
1:i32 Id, // Id
|
|
2:string EnglishName, // 阶段
|
|
3:string ChineseName, // 积分需求
|
|
4:string CountryCode, // 道具奖励
|
|
5:i32 PhoneCode,
|
|
}
|
|
|
|
struct RegionData
|
|
{
|
|
1:map<i32,RegionDataItem> regiondatas,
|
|
}
|