作者 赵彬吉

update

@@ -57,6 +57,12 @@ class ProjectLogic extends BaseLogic @@ -57,6 +57,12 @@ class ProjectLogic extends BaseLogic
57 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, 57 'test_domain' => $item['deploy_build']['test_domain'] ?? 0,
58 'domain' => $item['deploy_optimize']['domain'] ?? 0, 58 'domain' => $item['deploy_optimize']['domain'] ?? 0,
59 'created_at' => date('Y年m月d日', strtotime($item['created_at'])), 59 'created_at' => date('Y年m月d日', strtotime($item['created_at'])),
  60 + 'autologin_url' => '',
  61 + 'product_num' => 0,
  62 + 'keyword_num' => 0,
  63 + 'article_num' => 0,
  64 + 'task_finish_num' => 0,
  65 + 'task_pending_num' => 0,
60 ]; 66 ];
61 } 67 }
62 return $list; 68 return $list;