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

调试支付

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