From 9d01a8d43b858f2cbfeca829544912bf73b281f6 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 17 Feb 2020 14:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/HomeController.class.php | 2 +- Application/Home/Controller/PackageController.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index 4dd36a07b..51d0fb551 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -196,7 +196,7 @@ class HomeController extends Controller $promote = M('promote', 'tab_')->field(['id', 'parent_id', 'chain', 'level'])->where(['id' => $promoteId])->find(); if (!$applyService->checkSociatyPerm($promote, $game)) { - $this->error('该链接已经停止使用'); + $this->error('该链接已经失效'); } if ($game['sdk_version'] == 1 && $isIOS) { diff --git a/Application/Home/Controller/PackageController.class.php b/Application/Home/Controller/PackageController.class.php index b7c4160a5..37364c1cc 100644 --- a/Application/Home/Controller/PackageController.class.php +++ b/Application/Home/Controller/PackageController.class.php @@ -67,7 +67,7 @@ class PackageController extends Controller $promote = M('promote', 'tab_')->field(['id', 'parent_id', 'chain', 'level'])->where(['id' => $promoteId])->find(); $game = M('game','tab_')->field(['id', 'game_name', 'sdk_version', 'apply_auth'])->where(['id' => $apply['game_id']])->find(); if (!$applyService->checkSociatyPerm($promote, $game)) { - $this->redirect("package/downloadError", ['message' => '该链接已经停止使用']); + $this->redirect("package/downloadError", ['message' => '该链接已经失效']); }