Silent 6 years ago
parent
commit
411d51075b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/WeChat/ApiController.php

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

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