安装配置创建未正常返回

feat/task1-c-wallet
Devil 2020-11-23 16:04:01 +08:00
parent c05853b0e6
commit bc6f95691d
2 changed files with 2 additions and 6 deletions

View File

@ -40,10 +40,8 @@ class BaseConfigHandleService
// cache配置
$ret = self::CacheHandle($params);
if($ret['code'] != 0)
{
return $ret;
}
return $ret;
}
/**

View File

@ -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);