modified 优化细节

This commit is contained in:
zhaoxiang 2020-10-10 16:47:39 +08:00
parent c9450bfa96
commit 48319b49e9

View File

@ -16,8 +16,7 @@ class Miss extends Base {
throw new Exception('请先执行安装脚本,完成项目初始化!'); throw new Exception('请先执行安装脚本,完成项目初始化!');
} else { } else {
$this->debug([ $this->debug([
'TpVersion' => App::version(), 'TpVersion' => App::version()
'Float' => StrRandom::randomPhone()
]); ]);
return $this->buildSuccess([ return $this->buildSuccess([