|
@@ -197,7 +197,7 @@ public class AttachmentController {
|
|
|
String ext = url.substring(url.lastIndexOf("."));
|
|
|
|
|
|
Map<String,String> map = new HashMap<>();
|
|
|
- map.put("fileUrl",url);
|
|
|
+ map.put("fileUrl",url + "?x-oss-process=image/resize,l_1024,limit_1");
|
|
|
map.put("fileName", member.getCardNo() + "-" + (i+1) + ext);
|
|
|
|
|
|
fileList.add(map);
|