Commit 11c6b7ca by zhufx

Merge branch 'dev'

parents c2e657cc 35aa9b3c
<?php <?php
namespace Hdll\Services\Common\Controller; namespace Hdll\Services\Common\Controller;
use Hdll\Services\Common\Entity\User;
/** /**
...@@ -10,16 +9,6 @@ use Hdll\Services\Common\Entity\User; ...@@ -10,16 +9,6 @@ use Hdll\Services\Common\Entity\User;
class BaseController class BaseController
{ {
public function __construct()
{
$this->init();
}
protected function init()
{
}
/** /**
* 业务层-错误时响应 * 业务层-错误时响应
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment