$conf['applets_appId'],//此处使用的小程序APPID 'mch_id' => $conf['mchid'], 'key' => $conf['key'], // API 密钥 // 如需使用敏感接口(如退款、发送红包等)需要配置 API 证书路径(登录商户平台下载 API 证书) 'cert_path' => root_path().'cert/apiclient_cert.pem', // XXX: 绝对路径!!!! 'key_path' => root_path().'cert/apiclient_key.pem', // XXX: 绝对路径!!!! 'notify_url' => $conf['applets_notify_url'], // 你也可以在下单时单独设置来想覆盖它 ]; self::$app = Factory::payment($config); } return self::$app; } }