作者 lyh

gx

... ... @@ -35,7 +35,7 @@ class BaseLogic extends Logic
$this->request = request();
$this->requestAll = request()->all();
$this->user = Cache::get(request()->header('token'));
// $this->project = (new ProjectLogic())->getInfo($this->user['project_id']);
$this->project = (new ProjectLogic())->getInfo($this->user['project_id']);
}
... ...
... ... @@ -44,8 +44,6 @@ class CountLogic extends BaseLogic
* @time :2023/5/24 11:48
*/
public function scheme_info(){
var_dump($this->project);
die();
$data = [
'company'=>$this->project['company'],
'scheme'=>$this->project['deploy_build']['plan'],
... ...