Silent 6 năm trước cách đây
mục cha
commit
411d51075b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/WeChat/ApiController.php

+ 1 - 1
app/Http/Controllers/WeChat/ApiController.php

xqd
@@ -655,7 +655,7 @@ class ApiController extends Controller
             'body' => '钢琴时间',
             'out_trade_no' => $out_trade_no,
 //            'total_fee' => $request->input('money'),
-            'notify_url' => url('/api/payNotify'),
+            'notify_url' => url('/wechat/payNotify'),
             'total_fee' => $money,
             'trade_type' => 'JSAPI',
             'openid' => $we_chat_user->open_id,