管理后台-礼盒管理-礼盒领取记录

This commit is contained in:
2026-01-26 17:17:21 +08:00
parent f929f33867
commit 01cc7a87ed
3 changed files with 27 additions and 7 deletions

View File

@@ -238,7 +238,7 @@ class UserWallet extends Model
public function change_user_cion_log($user_id,$money,$room_id,$change_type,$remarks)
{
//增加用户金币类型
$in_types = [2,5,6,8,13,14,15,16,23,26,27,28,30,33,35,40,51,57,58];
$in_types = [2,5,6,8,13,14,15,16,23,26,27,28,30,33,35,40,51,57,58,44];
//减少用户金币类型
$out_types = [4,7,10,17,20,24,25,32,42,50,56,59];