Silent 6 年之前
父节点
当前提交
411d51075b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,