'2021003192638805', 'secret'=>'2021003192638805', 'notify_url'=>'https://zfb.ycsd.cn/pay/receive_zfb_third_notify', 'privateKey'=>file_get_contents(storage_path('cert/huomaoxiaoshuohui/应用私钥RSA2048.txt')), 'publicKey'=>file_get_contents(storage_path('cert/huomaoxiaoshuohui/应用公钥RSA2048.txt')), ]; $object = new Alitrans(); \Log::info('$config'); \Log::info($config); // Byte::init($config); $object->init($config); $res = $object->queryAccountFund(); \Log::info('$res'); \Log::info($res); } }