seed bonus add log etc

This commit is contained in:
xiaomlove
2025-09-08 03:05:55 +07:00
parent ae08039323
commit 60b5aba518
53 changed files with 720 additions and 131 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class FireEvent implements ShouldQueue
}
$result = call_user_func_array([$eventName, "dispatch"], $params);
$log .= ", success call dispatch, result: " . var_export($result, true);
publish_model_event($name, $model->id);
publish_model_event($name, $model->id, $model->toJson());
} else {
$log .= ", no event match this name";
}