mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-12 13:43:44 +08:00
更新
This commit is contained in:
@@ -23,7 +23,7 @@ class InstallController
|
|||||||
{
|
{
|
||||||
// 检查是否已经安装过
|
// 检查是否已经安装过
|
||||||
if ($this->checkLock()) {
|
if ($this->checkLock()) {
|
||||||
return backMsg(1, '已经安装');
|
return json(backMsg(1, '已经安装'));
|
||||||
};
|
};
|
||||||
// 检查环境
|
// 检查环境
|
||||||
$envCheck = $this->checkEnvironment();
|
$envCheck = $this->checkEnvironment();
|
||||||
|
|||||||
Reference in New Issue
Block a user