|
...
|
...
|
@@ -272,7 +272,7 @@ class FetchTicketProjects extends Command |
|
|
|
'website' => '',
|
|
|
|
'test_website' => '',
|
|
|
|
'version' => 1, // 版本号
|
|
|
|
'plan' => $item['plans'][0]['name'] ?? '',
|
|
|
|
'plan' => $plan['name'] ?? '',
|
|
|
|
'project_cate' => $project_cate,
|
|
|
|
'wechat_group_id' => $item['chatroom_id'],
|
|
|
|
];
|
...
|
...
|
|