edit-api-licheb-opt
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by Vim
|
||||
* User: lcc
|
||||
* Desc: 微信支付配置
|
||||
* Date: 2021/8/12
|
||||
* Time: 14:12
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$config['default'] = [ //服务商信息配置
|
||||
'appid' => 'wxe66f905683582780', //服应用ID
|
||||
'mchid' => '1612096731', //商户号
|
||||
'merchantSerialNumber' => '761590F1FF6DFC2466894F96E2DE1169CE644A74', //商户号API证书序列号
|
||||
'merchantPrivateKey' => '/home/dev28/liche/api/third_party/WXconfig/apiclient_key.pem', //商户私钥路径
|
||||
'wechatpayCertificate' => '/home/dev28/liche/api/third_party/WXconfig/apiclient_wechatpay.pem', //微信支付平台证书路径
|
||||
'sub_appid' => 'wx98e64c11aac45966' //子商户应用ID
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user