From b08c7748c92b8fbc6982133e6db63143e09eb821 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 27 Nov 2019 12:57:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Event/SourceEvent.class.php | 2 -- Application/Base/Service/GameSourceService.class.php | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Application/Admin/Event/SourceEvent.class.php b/Application/Admin/Event/SourceEvent.class.php index f104d0dce..8627141d9 100644 --- a/Application/Admin/Event/SourceEvent.class.php +++ b/Application/Admin/Event/SourceEvent.class.php @@ -117,7 +117,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); if (!$result['status']) { if ($from == "dev") { $this->error('修改失败', U('Developers/source')); @@ -129,7 +128,6 @@ class SourceEvent extends Controller $data['org_plist_url'] = $result['data']['orgPlistUrl']; $data['file_url'] = $result['data']['fileUrl']; $data['original_url'] = $result['data']['originalUrl']; - var_dump($data); if ($model->save($data)) { //渠道包加入打包队列 $appmodel = M('Apply', 'tab_'); diff --git a/Application/Base/Service/GameSourceService.class.php b/Application/Base/Service/GameSourceService.class.php index 959f00c12..8cf11217a 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -358,6 +358,7 @@ class GameSourceService { ] ]); $result = (string)$response->getBody(); + var_dump($result); $result = json_decode($result, true); if (!$result) { return [