where('id', $event->groupId)->value('shop_id'); $shop = Shop::query()->find($shopId); $client = BusinessFactory::init()->make($shop['plat_id'])->setShop($shop); $client->createGroup($event->groupId); sleep(1); $client->queryGroupStatus($event->groupId); } }