no message

This commit is contained in:
hellcat 2025-10-10 11:37:11 +08:00
parent 9993bb2190
commit 896356f8f2

View File

@ -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);