find(2); $business = BusinessFactory::init()->make($shop->plat_id); $business->setShop($shop); $res = $business->downloadGoods(); var_dump($res); } }