15 lines
239 B
Thrift
15 lines
239 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct AdGiftDataItem
|
|
{
|
|
1:i32 Id, // Id
|
|
2:i32 SortId, // 阶段
|
|
3:i32 NeedScore, // 积分需求
|
|
4:string ItemReward, // 道具奖励
|
|
}
|
|
|
|
struct AdGiftData
|
|
{
|
|
1:map<i32,AdGiftDataItem> adgiftdatas,
|
|
}
|