|
...
|
...
|
@@ -294,6 +294,10 @@ class UserLoginLogic |
|
|
|
}
|
|
|
|
$info['is_amp'] = $is_amp;
|
|
|
|
$info['is_three_code'] = $project['is_three_code'] ?? 0;
|
|
|
|
//产品,新闻,博客导入模板
|
|
|
|
$info['import_products_url'] = 'https://ecdn6.globalso.com/upload/p/1/file/2024-12/products.csv';
|
|
|
|
$info['import_news_url'] = 'https://ecdn6.globalso.com/upload/p/1/file/2024-12/news.csv';
|
|
|
|
$info['import_blogs_url'] = 'https://ecdn6.globalso.com/upload/p/1/file/2024-12/blogs.csv';
|
|
|
|
return $info;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|