[积分商城]优化对接API

This commit is contained in:
2026-03-30 11:47:32 +08:00
parent b30ef21780
commit 4a42899bfe
55 changed files with 835 additions and 1241 deletions

View File

@@ -267,7 +267,7 @@ class PlayxJobs
if ($order->points_cost <= 0) {
return;
}
$asset = MallPlayxUserAsset::where('user_id', $order->user_id)->find();
$asset = MallPlayxUserAsset::where('playx_user_id', $order->user_id)->find();
if (!$asset) {
return;
}