Update Config.php

This commit is contained in:
Anyon 2019-08-01 15:07:50 +08:00
parent 937e45c6bd
commit 5d2fe2cb6a

View File

@ -55,7 +55,7 @@ class Config extends Controller
} else {
$post = $this->request->post();
foreach ($post as $k => $v) sysconf($k, $v);
$this->success('开放平台参数修改成功!');
$this->success('参数修改成功!');
}
}