作者 郭盛
1 个管道 的构建 通过 耗费 0 秒

文件下载调试

@@ -113,7 +113,7 @@ class Pay extends Api @@ -113,7 +113,7 @@ class Pay extends Api
113 $result = $app->order->unify([ 113 $result = $app->order->unify([
114 'body' => '山东航拍', 114 'body' => '山东航拍',
115 'out_trade_no' => $data['num'],//支付订单号 115 'out_trade_no' => $data['num'],//支付订单号
116 - 'total_fee' => 0.01,//单位分 116 + 'total_fee' => $data['total']*100,//单位分
117 'notify_url' => 'https://areial.w.broing.cn/api/pay/vippayOrderNotify', // 支付结果通知网址,如果不设置则会使用配置里的默认地址 117 'notify_url' => 'https://areial.w.broing.cn/api/pay/vippayOrderNotify', // 支付结果通知网址,如果不设置则会使用配置里的默认地址
118 'trade_type' => 'JSAPI', // 请对应换成你的支付方式对应的值类型 118 'trade_type' => 'JSAPI', // 请对应换成你的支付方式对应的值类型
119 'openid' => $openid['openid'], 119 'openid' => $openid['openid'],