| 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,
|