@@ -7,7 +7,6 @@ module.exports = {
type: 'worker', // 指定所有的 worker 都需要执行
},
async task(ctx) {
- console.log('11');
- // ctx.service.user.watchvip();
+ ctx.service.user.watchvip();
};