3333
This commit is contained in:
parent
d5018a36ba
commit
be90a309dd
|
|
@ -355,7 +355,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||||
|
|
||||||
if (images.Length > MaxSize)
|
if (images.Length > MaxSize)
|
||||||
{
|
{
|
||||||
images = CompressImage(images, 70); // 压缩质量 70
|
images = CompressImage(images, 50); // 压缩质量 70
|
||||||
imageprx = ".jpg";
|
imageprx = ".jpg";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user