作者 景龙
1 个管道 的构建 失败 耗费 0 秒

调试支付

... ... @@ -14,7 +14,7 @@ return array(
'mch_id' => '1515355581', //支付商户ID
'key' => 'cccccccccccccccccccccccccccccc00',
// 'notify_url' => '/addons/epay/api/notify/type/wechat', //请勿修改此配置
'notify_url' => 'http://feipin.w.brotop.cn/api/Wxpay/notify/type/wechat', //请勿修改此配置
'notify_url' => 'http://feipin.w.brotop.cn/api/Wxpay/notify', //请勿修改此配置
'cert_client' => '/epay/certs/apiclient_cert.pem', // 可选, 退款,红包等情况时需要用到
'cert_key' => '/epay/certs/apiclient_key.pem',// 可选, 退款,红包等情况时需要用到
'log' => 1,
... ...
... ... @@ -72,7 +72,7 @@ class Wxpay extends Api
'total_fee' => 1,
//'total_fee' => floatval($total_price)*100,//单位:分
'openid' => $openid,
'notify_url' => $this->request->root(true) . $this->notify(),
'notify_url' => 'http://feipin.w.brotop.cn/api/Wxpay/notify',
];
//跳转或输出
$this->success('成功',$pay->miniapp($order));
... ...