金币钻石日志

This commit is contained in:
2026-01-07 15:00:34 +08:00
parent 726d1c7c55
commit 38732a626a

View File

@@ -108,13 +108,8 @@ class UserWallet extends Model
$value['change_type_name'] = model('common/UserWallet')->ChangeTypeLable($value['change_type']);
}
}
$next_last_id = !empty($list) ? end($list)['id'] : 0; // 下一页的last_id
$lists = [
'list' => $list,
'next_last_id' => $next_last_id,
];
return ['code' => 1, 'msg' => '获取成功', 'data' => $lists];
return ['code' => 1, 'msg' => '获取成功', 'data' => $list];
}
//收益(钻石)兑换金币