mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-22 03:36:39 +08:00
更新
This commit is contained in:
parent
29c894faae
commit
16f4438a16
@ -23,7 +23,7 @@ class InstallController
|
||||
{
|
||||
// 检查是否已经安装过
|
||||
if ($this->checkLock()) {
|
||||
return backMsg(1, '已经安装');
|
||||
return json(backMsg(1, '已经安装'));
|
||||
};
|
||||
// 检查环境
|
||||
$envCheck = $this->checkEnvironment();
|
||||
|
Loading…
Reference in New Issue
Block a user