diff --git a/Application/Admin/Event/SourceEvent.class.php b/Application/Admin/Event/SourceEvent.class.php index f6faa3d..64c9862 100644 --- a/Application/Admin/Event/SourceEvent.class.php +++ b/Application/Admin/Event/SourceEvent.class.php @@ -52,7 +52,6 @@ class SourceEvent extends Controller $game = M('game', 'tab_')->where(['id' => $data['game_id']])->find(); $gameSourceService = new GameSourceService(); $result = $gameSourceService->sourcePack($data, $game); - var_dump($result);die(); if (!$result['status']) { $this->error('添加失败' , U('GameSource/lists', ['type' => $data['type']])); }