提现失败退回修改

This commit is contained in:
2025-09-27 14:50:42 +08:00
parent 734182151f
commit 8b9ccfab14

View File

@@ -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];
}