|
@@ -24,6 +24,7 @@ public class OSSController {
|
|
@RequestMapping("/uupload")
|
|
@RequestMapping("/uupload")
|
|
@NonLoginRequired
|
|
@NonLoginRequired
|
|
public String upload(MultipartFile file) throws IOException {
|
|
public String upload(MultipartFile file) throws IOException {
|
|
|
|
+ System.err.println("dffdssdf");
|
|
return ossService.upload(file);
|
|
return ossService.upload(file);
|
|
}
|
|
}
|
|
|
|
|