红点:修改推送方式

This commit is contained in:
luying
2021-05-31 13:29:58 +08:00
parent 44d9e80640
commit a8eebc200c
38 changed files with 805 additions and 605 deletions

View File

@@ -83,7 +83,8 @@ export default class Activity_Pop_Up_Shop extends BaseModel {
}
//删除活动领取记录
public static async deleteActivity(_serverId: number, activityId: number, roleId: string, id: number) {
public static async deleteActivity(serverId: number, activityId: number, roleId: string, id: number) {
console.log(serverId)
let nowDate = new Date();
await ActivityPopUpShopModel.deleteMany({
roleId, activityId, id,