thrift-related/thrift-files/meowment/CollectionsRewardsData.thrift
2026-01-19 21:11:05 +08:00

16 lines
300 B
Thrift

namespace netstd Byway.Thrift.Data
struct CollectionsRewardsDataItem
{
1:i32 Id, // Id
2:i32 Index,
3:i32 Type, // 类型
4:i32 Need, // 需要的数量
5:i32 ClientNeed, // 客户端用数量
}
struct CollectionsRewardsData
{
1:map<i32,CollectionsRewardsDataItem> collectionsrewardsdatas,
}