mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
bug: 修复THeadPay支付回调的bug (#181)
This commit is contained in:
@@ -51,7 +51,7 @@ class THeadPay extends AbstractPayment
|
||||
|
||||
public function notify($request): void
|
||||
{
|
||||
if ($this->verify_notify($request)) {
|
||||
if ($this->verify_notify($request->post())) {
|
||||
$tradeNo = $request->input('out_trade_no');
|
||||
if ($tradeNo) {
|
||||
if ($this->paymentReceived($tradeNo)) {
|
||||
|
||||
Reference in New Issue
Block a user