|
|
@@ -32,7 +32,7 @@ public class TestController {
|
|
|
@GetMapping("/testS3")
|
|
|
public ResultData testS3(String content, String key) throws IOException {
|
|
|
// uploadToOssUtil.upload(content.getBytes(), key);
|
|
|
- return ResultData.ok(Test.test_aaa);
|
|
|
+ return ResultData.ok(123);
|
|
|
}
|
|
|
|
|
|
}
|