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

'1-4'

@@ -679,7 +679,7 @@ class Article extends BaseApi @@ -679,7 +679,7 @@ class Article extends BaseApi
679 'out_trade_no' => $is_order['number'], 679 'out_trade_no' => $is_order['number'],
680 //'total_fee' => $order['price'] * 100, 680 //'total_fee' => $order['price'] * 100,
681 'total_fee' => 1, 681 'total_fee' => 1,
682 - 'notify_url' =>this_url().'/api/article/setWechatGiftNotify', // 支付结果通知网址,如果不设置则会使用配置里的默认地址 682 + 'notify_url' =>this_url().'/api/article/setWechatNotify', // 支付结果通知网址,如果不设置则会使用配置里的默认地址
683 'trade_type' => 'JSAPI', // 请对应换成你的支付方式对应的值类型 683 'trade_type' => 'JSAPI', // 请对应换成你的支付方式对应的值类型
684 'openid' => $fa_third['openid'], 684 'openid' => $fa_third['openid'],
685 ]); 685 ]);