作者 lyh

gx

... ... @@ -314,7 +314,7 @@ class LoginController extends BaseController
}
public function ceshi(){
$path = 'upload/p/1577/image_other/2024-04';
$path = '/upload/p/1577/image_other/2024-04';
$fileName = '661e42970abd921831.png';
$file_path = getImageUrl($path.'/'.$fileName);
$cmd = 'curl -F "file_path='.$file_path.'" -F "save_path=/www/wwwroot/cos'.$path.'" https://v6-file.globalso.com/upload.php';
... ...