巡乐会抽奖接口提交.-错误调试
This commit is contained in:
@@ -85,7 +85,7 @@ class BlindBoxTurntableGift extends Model
|
|||||||
$xlh_box = db::name('vs_gift_bag')->where('id',13)->find();
|
$xlh_box = db::name('vs_gift_bag')->where('id',13)->find();
|
||||||
$xlh_ext = json_decode($xlh_box['ext'],true);
|
$xlh_ext = json_decode($xlh_box['ext'],true);
|
||||||
$xlh = [];
|
$xlh = [];
|
||||||
if(['inlet_bag_id'] == $bag_data['id']){
|
if($xlh_ext['inlet_bag_id'] == $bag_data['id']){
|
||||||
$is_xlh = 1;
|
$is_xlh = 1;
|
||||||
$xlh['waiting_start_num'] = $xlh_ext['open_condition']['waiting_start_num'];//等待开奖次数
|
$xlh['waiting_start_num'] = $xlh_ext['open_condition']['waiting_start_num'];//等待开奖次数
|
||||||
$xlh['start_num'] = $xlh_ext['open_condition']['start_num'];//开始开奖次数
|
$xlh['start_num'] = $xlh_ext['open_condition']['start_num'];//开始开奖次数
|
||||||
|
|||||||
Reference in New Issue
Block a user