mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-06 02:33:43 +08:00
更新逻辑
This commit is contained in:
@@ -312,6 +312,7 @@ class PayController
|
||||
$payclient_path = "\\payclient\\{$config['payclass']}";
|
||||
$Payclient = new $payclient_path($info, $config);
|
||||
$res = $Payclient->notify();
|
||||
if (is_int($res)) return $res;
|
||||
$this->payHeart($res, $config);
|
||||
return 200;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user