作者 lyh

变更数据

... ... @@ -35,7 +35,7 @@ class SyncImage extends Command
public function handle(){
$str = $this->getProjectConfig(2123);
$imageModel = new Image();
$strImage = '/upload/p/2123/image_other/2025-10/1-361.jpg';
$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';
// $lists = $imageModel->selectField(['project_id'=>4636],'path');
$lists = explode(',',$strImage);
$domain = 'http://globalso-v6-1309677403.cos.ap-hongkong.myqcloud.com';//cos域名
... ...