diff --git a/application/api/controller/Ceshi.php b/application/api/controller/Ceshi.php index a72556a..2b72f8a 100644 --- a/application/api/controller/Ceshi.php +++ b/application/api/controller/Ceshi.php @@ -786,7 +786,49 @@ class Ceshi extends Controller //数组末尾添加元素 array_push($res, '用户好友心跳删除失败!'); } + $reslut70 = db::name('vs_room_hot_value_log')->where('id','>', 0)->delete(); + if($reslut70){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '房间热度值日志删除失败!'); + } + $reslut71 = db::name('vs_blind_box_turntable_results_log')->where('id','>', 0)->delete(); + if($reslut71){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '盲盒转盘结果日志删除失败!'); + } + $reslut72 = db::name('vs_blind_box_turntable_log')->where('id','>', 0)->delete(); + if($reslut72){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '盲盒转盘日志删除失败!'); + } + $reslut73 = db::name('vs_room_pan_xlh')->where('id','>', 0)->delete(); + if($reslut73){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '房间寻乐会删除失败!'); + } + $reslut74 = db::name('vs_room_pan_xlh_log')->where('id','>', 0)->delete(); + if($reslut74){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '房间寻乐会日志删除失败!'); + } + $reslut75 = db::name('vs_room_pan')->where('id','>', 0)->delete(); + if($reslut75){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '房间盘删除失败!'); + } //数据提交 db::commit(); diff --git a/application/common/controller/Push.php b/application/common/controller/Push.php index e1ca46f..0de32d8 100644 --- a/application/common/controller/Push.php +++ b/application/common/controller/Push.php @@ -273,7 +273,7 @@ class Push // ======================================================================================================= -// ========================================羽声使用开始===================================================================== +// ========================================秘地使用开始===================================================================== //横幅礼物通知 public function giftBanner($gift_list) @@ -300,7 +300,7 @@ class Push -// =========================================羽声使用结束===================================================== +// =========================================秘地使用结束===================================================== // ============================================================================================================= diff --git a/application/extra/site.php b/application/extra/site.php index f7b106c..8333bc5 100644 --- a/application/extra/site.php +++ b/application/extra/site.php @@ -1,7 +1,7 @@ '羽声(Vespa)', + 'name' => '秘地', 'beian' => '', 'cdnurl' => '', 'version' => '1.0.3',