From da7b4f565b67a448c7c075312039a574f42016c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 12 Dec 2025 11:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E4=BA=A4-=E6=AF=8F=E6=97=A5=E7=AD=BE=E5=88=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=BC=80=E5=8F=91-=E7=AD=BE=E5=88=B0=E7=A4=BC?= =?UTF-8?q?=E7=89=A9=E5=8F=91=E6=94=BE?= 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 33df180c..e04216af 100644 --- a/application/api/model/UserWallet.php +++ b/application/api/model/UserWallet.php @@ -54,13 +54,13 @@ class UserWallet extends Model //50-签约 51-签约失败退回,52-首次被签约收入 53-师徒签到 54-叛徒补偿,55-徒弟收礼返佣,56-续约 if($gift_type == 1){ //1金币,2收益(钻石) if($in_out_type == 1){//1收入 - $in_out_types = [2,5,6,8,13,14,15,16,22,23,26,27,30,28,33,51]; + $in_out_types = [2,5,6,8,13,14,15,16,22,23,26,27,30,28,33,51,57]; }elseif($in_out_type == 2){//2支出 $in_out_types = [4,7,10,17,20,24,25,32,50,56]; } }elseif($gift_type == 2){ //1金币,2收益(钻石) if($in_out_type == 1){//1收入 - $in_out_types = [6,9,11,12,18,19,21,22,31,28,34,52,53,54,55]; + $in_out_types = [6,9,11,12,18,19,21,22,31,28,34,52,53,54,55,57]; }elseif($in_out_type == 2){//2支出 $in_out_types = [3,14,29]; }