作者 lyh

gx

@@ -36,7 +36,7 @@ class BaseLogic extends Logic @@ -36,7 +36,7 @@ class BaseLogic extends Logic
36 $this->request = request(); 36 $this->request = request();
37 $this->requestAll = request()->all(); 37 $this->requestAll = request()->all();
38 $this->user = Cache::get(request()->header('token')); 38 $this->user = Cache::get(request()->header('token'));
39 - $this->project = (new ProjectLogic())->getInfo($this->user['project_id']); 39 + $this->project = (new ProjectLogic())->getProjectInfo($this->user['project_id']);
40 } 40 }
41 41
42 42