|
@@ -457,7 +457,7 @@ class ActiveProc {
|
|
|
public static function LimitTsBuy_Drawreward() {
|
|
|
list($typeId) = req()->paras; # 参数: 领取第x天的奖励
|
|
|
|
|
|
- my_Assert(in_array($typeId, ctx()->privateState->limitTsBuy_RewardRecord), ErrCode::active_const_no_err);
|
|
|
+ my_Assert(in_array($typeId, ctx()->privateState->limitTsBuy_RandIds), ErrCode::active_const_no_err);
|
|
|
$mo = GameConfig::activity_promopackinfo_getItem($typeId); # 查询奖励数据
|
|
|
my_Assert(null != $mo, ErrCode::err_const_no); # 防御找不到配置
|
|
|
|