巡乐会抽奖接口提交

This commit is contained in:
2025-08-26 18:16:22 +08:00
parent 749a5da438
commit 17305523cc
2 changed files with 53 additions and 16 deletions

View File

@@ -32,6 +32,8 @@ class UserGiftPack extends Model
const FIRST_CHARGE = 6;
//天降好礼
const DRAW_GIFT = 7;
//巡乐会抽奖所得
const XLH_DRAW_GIFT_GET = 8;
public static function init()
{
@@ -48,7 +50,8 @@ class UserGiftPack extends Model
self::SYSTEM_DEDUCTION => '系统扣除',
self::GIFT_USE => '礼物使用',
self::FIRST_CHARGE => '首充获得',
self::DRAW_GIFT => '天降好礼获得'
self::DRAW_GIFT => '天降好礼获得',
self::XLH_DRAW_GIFT_GET => '巡乐会抽奖所得'
];
}