作者 梁鹏山

提现

... ... @@ -2628,8 +2628,8 @@ function PaytoUser($user_id, $order_on, $money)
'key' => 'o1AEIYPLxtLGVp8r5TV6PHbysKIXZzRW', // API v2 密钥 (注意: 是v2密钥 是v2密钥 是v2密钥)
// 如需使用敏感接口(如退款、发送红包等)需要配置 API 证书路径(登录商户平台下载 API 证书)
'cert_path' => APP_PATH . 'cert/apiclient_cert.pem', // XXX: 绝对路径!!!!
'key_path' => APP_PATH . 'cert/apiclient_key.pem', // XXX: 绝对路径!!!!
'cert_path' => ROOT_PATH . 'cert/apiclient_cert.pem', // XXX: 绝对路径!!!!
'key_path' => ROOT_PATH . 'cert/apiclient_key.pem', // XXX: 绝对路径!!!!
'notify_url' => '默认的订单回调地址', // 你也可以在下单时单独设置来想覆盖它
];
... ...