巡乐会抽奖接口提交.-bug修改

This commit is contained in:
2025-09-06 17:24:51 +08:00
parent d481ad72cc
commit 12f1a743f7

View File

@@ -79,7 +79,8 @@ class UserGiftPack extends Model
self::GIFT_PACK_GET,
// self::GIFT_SEND,
self::FIRST_CHARGE,
self::DRAW_GIFT
self::DRAW_GIFT,
self::XLH_DRAW_GIFT_GET
];
//获取背包日志列表
$log_model = Db::name('vs_user_gift_pack_log')->where(['user_id'=>$uid])->whereIn('type', $type)