From 665aee61141256f63be3c72b4d60a187dd3b4f03 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 12 Dec 2023 10:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=85=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Common/extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index aee1d64..3bc4eea 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -2016,7 +2016,7 @@ function get_payment_config($way=1, $game=0, $user_id=0) { return ['code' => -3, 'msg' => '找不到游戏ID'.$game['id'], 'data' => []]; } - if ($user_id == 'abc') { + if ($user_id == '12') { return ['code' => 0, 'msg' => '', 'data' => ['id' => 3, 'channel' => 11, 'config' => '{}']]; }