// 配置参数
$config = [
'merchant_no' => '你的商户编号',
'tid' => '你的设备编号',
'appid' => '你的应用ID',
'appkey' => '你的应用密匙',
'cacheurl' => dirname(__DIR__) . '/你的项目中的缓存目录',
'http' => [
'version' => '你的所需要的接口版本',
'timeout' => 请求超时时间
]
];
$app = Factory::config($config);