任务功能提交-每日签到功能开发-签到礼物发放

This commit is contained in:
2025-12-12 11:56:38 +08:00
parent c37179e908
commit da7b4f565b

View File

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