安装配置创建未正常返回
parent
c05853b0e6
commit
bc6f95691d
|
|
@ -40,10 +40,8 @@ class BaseConfigHandleService
|
|||
|
||||
// cache配置
|
||||
$ret = self::CacheHandle($params);
|
||||
if($ret['code'] != 0)
|
||||
{
|
||||
return $ret;
|
||||
}
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -322,7 +322,6 @@ class Images
|
|||
/* 保留透明背景 */
|
||||
switch($type)
|
||||
{
|
||||
case 'gif':
|
||||
case 'png':
|
||||
/* 保存完整alpha通道信息 */
|
||||
imagesavealpha($dst_im, true);
|
||||
|
|
@ -345,7 +344,6 @@ class Images
|
|||
/* 保留透明背景 */
|
||||
switch($type)
|
||||
{
|
||||
case 'gif':
|
||||
case 'png':
|
||||
/* 保存完整alpha通道信息 */
|
||||
imagesavealpha($cpd_im, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue