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

文件下载调试

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