提交 9dab0049 authored 作者: chengye's avatar chengye

添加project v2 接口

上级 05f0c6d3
...@@ -8,11 +8,13 @@ ...@@ -8,11 +8,13 @@
namespace app\api\controller\v2\common; namespace app\api\controller\v2\common;
class Project use think\Controller;
class Project extends Controller
{ {
public $jzdb; public $jzdb;
protected function __construct() protected function initialize()
{ {
$this->jzdb = Db::connect([ $this->jzdb = Db::connect([
'type' => config('jz.jztype'), 'type' => config('jz.jztype'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论