From 896356f8f297d2c797cb7a5acb35cf71a4ec1416 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 10 Oct 2025 11:37:11 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index a91c3d2f6..d22c3587c 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -117,7 +117,7 @@ final class Epay extends Base $client = new Client(); //// 本地直接成功 - if ($_ENV['is_loc'] == true) { + if ($_ENV['is_loc'] == true || $user->is_admin === 1) { // 直接成功 $this->postPayment($pl->tradeno);