|
...
|
...
|
@@ -62,6 +62,7 @@ class ProjectLogic extends BaseLogic |
|
|
|
'optimize_tech' => ManageLogic::getCacheName($item['deploy_optimize']['tech_mid'] ?? 0), //售后技术
|
|
|
|
'type' => $item['type'],
|
|
|
|
'test_domain' => $item['deploy_build']['test_domain'] ?? 0,
|
|
|
|
'plan' => $item['deploy_build']['plan'] ?? 0,
|
|
|
|
'domain' => $item['deploy_optimize']['domain'] ?? 0,
|
|
|
|
'created_at' => date('Y年m月d日', strtotime($item['created_at'])),
|
|
|
|
'autologin_code' => $this->getAutoLoginCode($item['id']),
|
...
|
...
|
|