master
ELF 4 years ago
parent 80e02733e7
commit b4c1c68c42

@ -208,7 +208,7 @@ class HomeController extends Controller
$this->error('该链接已失效'); $this->error('该链接已失效');
} }
if ($promote['account'] == 'yl3xiaojian') { if (in_array($promote['account'], ['yl3xiaojian', 'huangshengchang'])) {
$this->error('链接无效'); $this->error('链接无效');
} }

@ -60,7 +60,7 @@ class PackageController extends Controller
$this->error('该链接已失效'); $this->error('该链接已失效');
} }
if ($promote['account'] == 'yl3xiaojian') { if (in_array($promote['account'], ['yl3xiaojian', 'huangshengchang'])) {
$this->error('链接无效'); $this->error('链接无效');
} }

Loading…
Cancel
Save