From 2349f1104b6e4172513738a31ebc6cda401977e0 Mon Sep 17 00:00:00 2001 From: ljl Date: Mon, 29 Apr 2024 10:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Event/SourceEvent.class.php | 1 - 1 file changed, 1 deletion(-) 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']])); }