//奖励资源 export interface RewardParam { type: number; id: number; count: number; }