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