正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -35,7 +35,7 @@ class SyncImage extends Command | @@ -35,7 +35,7 @@ class SyncImage extends Command | ||
| 35 | public function handle(){ | 35 | public function handle(){ |
| 36 | $str = $this->getProjectConfig(2123); | 36 | $str = $this->getProjectConfig(2123); |
| 37 | $imageModel = new Image(); | 37 | $imageModel = new Image(); |
| 38 | - $strImage = '/upload/p/2123/image_other/2025-10/1-361.jpg'; | 38 | + $strImage = '/upload/p/2123/image_other/2025-10/1-361.jpg,/upload/p/2123/image_other/2025-10/3-255.jpg,/upload/p/2123/image_other/2025-10/4-237.jpg,/upload/p/2123/image_other/2025-10/5-104.jpg,/upload/p/2123/image_other/2025-10/6-53.jpg,/upload/p/2123/image_other/2025-10/7-31.jpg,/upload/p/2123/image_other/2025-10/8-27.jpg,/upload/p/2123/image_other/2025-10/5-105.jpg'; |
| 39 | // $lists = $imageModel->selectField(['project_id'=>4636],'path'); | 39 | // $lists = $imageModel->selectField(['project_id'=>4636],'path'); |
| 40 | $lists = explode(',',$strImage); | 40 | $lists = explode(',',$strImage); |
| 41 | $domain = 'http://globalso-v6-1309677403.cos.ap-hongkong.myqcloud.com';//cos域名 | 41 | $domain = 'http://globalso-v6-1309677403.cos.ap-hongkong.myqcloud.com';//cos域名 |
-
请 注册 或 登录 后发表评论