From 8b9ccfab1460a53697a9b86a8ba2442273ee886e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Sat, 27 Sep 2025 14:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E5=A4=B1=E8=B4=A5=E9=80=80?= =?UTF-8?q?=E5=9B=9E=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserWallet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/api/model/UserWallet.php b/application/api/model/UserWallet.php index 7e5e4ae..8ab08b4 100644 --- a/application/api/model/UserWallet.php +++ b/application/api/model/UserWallet.php @@ -54,11 +54,11 @@ class UserWallet extends Model if($in_out_type == 1){//1收入 $in_out_types = [2,5,6,8,13,14,15,16,22,23,26]; }elseif($in_out_type == 2){//2支出 - $in_out_types = [4,7,10,17,20,24,25,22]; + $in_out_types = [4,7,10,17,20,24,25]; } }elseif($gift_type == 2){ //1金币,2收益(钻石) if($in_out_type == 1){//1收入 - $in_out_types = [6,9,11,12,18,19,21]; + $in_out_types = [6,9,11,12,18,19,21,22]; }elseif($in_out_type == 2){//2支出 $in_out_types = [3,14]; }