diff --git a/app/data/service/RebateCurrentService.php b/app/data/service/RebateCurrentService.php index 3fa2e4550..177c633e5 100644 --- a/app/data/service/RebateCurrentService.php +++ b/app/data/service/RebateCurrentService.php @@ -298,6 +298,7 @@ class RebateCurrentService extends Service */ private function _prize05(): bool { + return false; $puids = array_reverse(explode('-', trim($this->user['path'], '-'))); if (empty($puids) || $this->order['amount_total'] <= 0) return false; // 获取可以参与奖励的代理