活动:支持礼包兑换

This commit is contained in:
qiaoxin
2021-04-27 20:52:42 +08:00
parent 2996a899e2
commit 2ec957c619
8 changed files with 326 additions and 131 deletions
@@ -0,0 +1,6 @@
//奖励资源
export interface RewardParam {
type: number;
id: number;
count: number;
}