diff --git a/app/Models/Transaction.php b/app/Models/Transaction.php index 1149221..1c8b661 100644 --- a/app/Models/Transaction.php +++ b/app/Models/Transaction.php @@ -110,7 +110,7 @@ public function reduceDrops($user_id, $host_id, $module_id, $auto = 1, $amount = $description = '集成模块发起的扣费。'; } - $this->addPayoutDrops($user_id, $amount, $description, $host_id, $module_id); + // $this->addPayoutDrops($user_id, $amount, $description, $host_id, $module_id); } public function addPayoutDrops($user_id, $amount, $description, $host_id, $module_id)