From 440ff3b11f8f35f81a617791c9ba6a42fdfc3784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Thu, 25 Dec 2025 09:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E6=94=AF=E4=BB=98=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=AE=A2=E5=8D=95=20=E5=92=8C=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/UserWallet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/UserWallet.php b/application/api/controller/UserWallet.php index 22ef65d4..6e3cd8ca 100644 --- a/application/api/controller/UserWallet.php +++ b/application/api/controller/UserWallet.php @@ -93,7 +93,7 @@ class UserWallet extends BaseCom $app_version = request()->header('App-Version'); $system = request()->header('system'); - $reslut = db::name("vs_can_recharge")->where("status",1)->where("delete_time",0)->where("ios_status",1)->order('money asc')->select(); + $reslut = db::name("vs_can_recharge")->where("status",1)->where("delete_time",0)->order('money asc')->select(); $reslut_data = []; if ($system == 'iOS') {