调整代码格式及使用常量去替换常用值
This commit is contained in:
@@ -52,7 +52,7 @@ class GetBasestatisticsController extends Controller
|
||||
{
|
||||
return ResponseHelper::success(
|
||||
[
|
||||
'companyCount' => $this->getCompanyCount(),
|
||||
'companyCount' => $this->getCompanyCount(),
|
||||
'adminCount' => $this->getAdminCount(),
|
||||
'customerCount' => $this->getDeviceCount(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user