mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update RebateCurrentService.php
This commit is contained in:
parent
b20bf24b1b
commit
0dc4ba58cf
@ -298,6 +298,7 @@ class RebateCurrentService extends Service
|
|||||||
*/
|
*/
|
||||||
private function _prize05(): bool
|
private function _prize05(): bool
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
$puids = array_reverse(explode('-', trim($this->user['path'], '-')));
|
$puids = array_reverse(explode('-', trim($this->user['path'], '-')));
|
||||||
if (empty($puids) || $this->order['amount_total'] <= 0) return false;
|
if (empty($puids) || $this->order['amount_total'] <= 0) return false;
|
||||||
// 获取可以参与奖励的代理
|
// 获取可以参与奖励的代理
|
||||||
|
Loading…
x
Reference in New Issue
Block a user