offline order

This commit is contained in:
Hankin 2026-06-04 15:16:49 +08:00
parent bbf69eaeb5
commit ba1c218d11

View File

@ -120,7 +120,7 @@ class Group extends BaseModel
$owner_id = 3675; $owner_id = 3675;
} }
$members = [7]; $members = [4513];
if (config('app.env') == "production") { if (config('app.env') == "production") {
$members = [1080]; $members = [1080];
} }