Commit 02870b5c by zhufx

Merge remote-tracking branch 'origin/master'

parents fc72ff4c cf73effd
...@@ -6,7 +6,7 @@ namespace Hdll\Services\Common\Controller; ...@@ -6,7 +6,7 @@ namespace Hdll\Services\Common\Controller;
* 活动啦啦Controller基类 * 活动啦啦Controller基类
* *
*/ */
class BaseController class CommonController
{ {
/** /**
......
...@@ -3,7 +3,7 @@ namespace Hdll\Services\Common\Exception; ...@@ -3,7 +3,7 @@ namespace Hdll\Services\Common\Exception;
use Swoft\Exception\Exception; use Swoft\Exception\Exception;
class BaseException extends Exception class CommonException extends Exception
{ {
// HTTP 状态码 404,200 // HTTP 状态码 404,200
public $code = 500; public $code = 500;
......
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