no message
This commit is contained in:
parent
4ae65ff402
commit
f75b356654
@ -168,7 +168,7 @@ final class Schema
|
|||||||
$sFullSavePath = $sUploadDir . $sTmp;
|
$sFullSavePath = $sUploadDir . $sTmp;
|
||||||
$sFullSavePathUrl = $sUploadPath . $sTmp;
|
$sFullSavePathUrl = $sUploadPath . $sTmp;
|
||||||
$oImgMain->save($sFullSavePath);
|
$oImgMain->save($sFullSavePath);
|
||||||
chmod($sFullSavePath, 0777);
|
// chmod($sFullSavePath, 0777);
|
||||||
$aSavedPath['full'] = $sFullSavePathUrl;
|
$aSavedPath['full'] = $sFullSavePathUrl;
|
||||||
|
|
||||||
// --- 3. 局部裁剪与归档:[后缀 => 距离底部的偏移] ---
|
// --- 3. 局部裁剪与归档:[后缀 => 距离底部的偏移] ---
|
||||||
@ -200,7 +200,7 @@ final class Schema
|
|||||||
->scale(height: $iTargetHeight)
|
->scale(height: $iTargetHeight)
|
||||||
->save($sCurrentPath);
|
->save($sCurrentPath);
|
||||||
|
|
||||||
chmod($sCurrentPath, 0777);
|
// chmod($sCurrentPath, 0777);
|
||||||
|
|
||||||
// 路径入库
|
// 路径入库
|
||||||
$aSavedPath[$sSuffix] = $sCurrentPathUrl;
|
$aSavedPath[$sSuffix] = $sCurrentPathUrl;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user