巡乐会抽奖接口提交.-bug修改
This commit is contained in:
@@ -379,7 +379,8 @@ class BlindBoxTurntableGift extends Model
|
||||
$give_gift_ext['is_draw_gift'] = 1;
|
||||
$res = model('GiveGift')->give_gift($blind_box_turntable['user_id'], $value['gift_user_id'], $value['gift_id'], $value['count'],2,1, $blind_box_turntable['room_id'],0,0,$give_gift_ext);
|
||||
if (isset($res) && $res['code'] != 1) {
|
||||
return V(0, $res['msg']);
|
||||
// return V(0, $res['msg']);
|
||||
continue;
|
||||
}
|
||||
db('vs_blind_box_turntable_results_log')->where('id', $value['id'])->update(['is_sued' => 1, 'updatetime' => time()]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user