作者 刘锟

update

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