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