|
|
@@ -30,6 +30,7 @@ import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
import org.springframework.http.codec.multipart.FilePart;
|
|
|
+import org.springframework.http.server.reactive.ServerHttpRequest;
|
|
|
import org.springframework.http.server.reactive.ServerHttpResponse;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
import org.springframework.web.server.ServerWebExchange;
|
|
|
@@ -63,7 +64,7 @@ public class DemoController {
|
|
|
private OSSUtil oSSUtil;
|
|
|
|
|
|
@GetMapping("aa")
|
|
|
- public MyDto aa() {
|
|
|
+ public MyDto aa(ServerHttpRequest request) {
|
|
|
|
|
|
sv.savee();
|
|
|
LoginUser u= TokenUtil.getUser();
|