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