fix
This commit is contained in:
parent
821dcc9042
commit
1ae301a78e
@ -109,7 +109,7 @@ public function notify(Request $request): View|JsonResponse
|
||||
// 检测订单是否已支付
|
||||
if ($balance->paid_at !== null) {
|
||||
// return $this->success('订单已支付');
|
||||
return view('balances.pay_process');
|
||||
return view('balances.process')->with('success', '我们成功处理了您的订单。');
|
||||
}
|
||||
|
||||
// try {
|
||||
|
Loading…
Reference in New Issue
Block a user