作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -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';
... ...