This commit is contained in:
2026-03-01 21:05:19 +08:00
parent 0a45a8fbb9
commit 92948fa856
39 changed files with 594 additions and 269 deletions
+2 -2
View File
@@ -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);
}
}
}