|
...
|
...
|
@@ -284,7 +284,7 @@ class NewsLogic extends BaseLogic |
|
|
|
'category_id' => $category_id,
|
|
|
|
'text' => $data[4],
|
|
|
|
'remark' => $data[3],
|
|
|
|
'image' => CosService::uploadRemote($project_id, 'image_news', $data[5]),
|
|
|
|
// 'image' => CosService::uploadRemote($project_id, 'image_news', $data[5]),
|
|
|
|
'seo_title' => $data[6],
|
|
|
|
'seo_keywords' => $data[7],
|
|
|
|
'seo_description' => $data[8],
|
...
|
...
|
|