✨ feat(活动): 鹊桥活动添加接口
This commit is contained in:
@@ -19,7 +19,9 @@ export class QixiRecord {
|
||||
@prop({ required: true })
|
||||
rewards: string; // 奖励
|
||||
@prop({ required: true })
|
||||
hasPass: boolean; // 奖励
|
||||
hasPass: boolean; // 是否通过
|
||||
@prop({ required: true })
|
||||
isSkip?: boolean; // 是否跳过
|
||||
}
|
||||
|
||||
@index({ roleId: 1, activityId: 1 })
|
||||
|
||||
Reference in New Issue
Block a user