新需求-活动需求-盲盒转盘调通盘-调试-后台接口调整
This commit is contained in:
@@ -139,7 +139,7 @@ class Activities extends BaseCom
|
|||||||
$ext = json_decode($gift_bag['ext'],true);
|
$ext = json_decode($gift_bag['ext'],true);
|
||||||
$data['money'] = $gift_bag['money'];
|
$data['money'] = $gift_bag['money'];
|
||||||
$data['counter'] = $ext['counter'];
|
$data['counter'] = $ext['counter'];
|
||||||
$data['money'] = $ext['money_str'];
|
$data['money_str'] = $ext['money_str'];
|
||||||
$data['diamond'] = $ext['diamond'];
|
$data['diamond'] = $ext['diamond'];
|
||||||
$data['effective_time'] = $ext['activity_end_time']??"";
|
$data['effective_time'] = $ext['activity_end_time']??"";
|
||||||
if(strtotime($ext['activity_end_time']) < time()){
|
if(strtotime($ext['activity_end_time']) < time()){
|
||||||
|
|||||||
Reference in New Issue
Block a user