正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | ]); |
-
请 注册 或 登录 后发表评论