16
This commit is contained in:
@@ -139,13 +139,13 @@ class Product{
|
||||
if($this->debug){
|
||||
return print_r($str);
|
||||
}
|
||||
\support\Log::channel('product_buy')->alert($str);
|
||||
log_alert($str);
|
||||
}else{
|
||||
$str = json_encode($args);
|
||||
if($this->debug){
|
||||
return print_r($str);
|
||||
}
|
||||
\support\Log::channel('product_buy')->alert($str);
|
||||
log_alert($str);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -9,7 +9,7 @@ class User{
|
||||
cache_add('statistics_register_'.$date,1);
|
||||
$saveData = [
|
||||
'invite_code' => build_invite_code($user->id),
|
||||
'userID' => idEncode($user->id)
|
||||
'userID' => \support\Encrypt::userIDencode($user->id)
|
||||
];
|
||||
//管理直推人数和团队人数
|
||||
if($user->parent_id){
|
||||
|
||||
Reference in New Issue
Block a user