|
@@ -172,6 +172,8 @@ class Core
|
|
$this->output['status'] = -1;
|
|
$this->output['status'] = -1;
|
|
$this->output['message'] = '图片高度不能超过' . $this->config['height'] . 'px';
|
|
$this->output['message'] = '图片高度不能超过' . $this->config['height'] . 'px';
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ $this->size = number_format($this->size/1024, 2);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|