'true', // 主机地址 'host_test' => 'https://test.wsmsd.cn/sit', 'host_pro' => 'https://s2.lakala.com', // 接入方身份 'app_id' => 'OP00000003', 'serial_no' => '00dfba8194c41b84cf', // 国密4 SM4Key(进件测试参数) 'sm4_key' => 'LHo55AjrT4aDhAIBZhb5KQ==', // 证书路径(绝对路径,数组构造不会自动 realpath) 'merchant_private_key_path' => __DIR__ . '/../RSAKeys/DEV/OP00000003_private_key.pem', 'lkl_certificate_path' => __DIR__ . '/../RSAKeys/DEV/lkl-apigw-v2.cer', ]); return $config;