合并分支 'akun' 到 'master'
Akun 查看合并请求 !933
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论