diff --git a/process/Task2.php b/process/Task2.php index 7144fce..c2d0aa8 100644 --- a/process/Task2.php +++ b/process/Task2.php @@ -68,7 +68,7 @@ class Task2 $phone->time = $remainingTime; // 保存用户收益到 UserReward 表 - // UserRewardDao::Onhookincome($phone->user_id, $score, $phone->phone); + UserRewardDao::Onhookincome($phone->user_id, $score, $phone->phone); } @@ -133,7 +133,7 @@ class Task2 $phone->time = $remainingTime; // 保存用户收益到 UserReward 表 - // UserRewardDao::Onhookincome($phone->user_id, $score, $phone->phone); + UserRewardDao::Onhookincome($phone->user_id, $score, $phone->phone); }