This commit is contained in:
iVampireSP.com 2022-11-16 21:12:14 +08:00
parent 821dcc9042
commit 1ae301a78e
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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 {