|
|
|
@ -5,7 +5,6 @@ import com.cloud.kicc.common.core.constant.AppConstants;
@@ -5,7 +5,6 @@ import com.cloud.kicc.common.core.constant.AppConstants;
|
|
|
|
|
import com.cloud.kicc.commonbiz.service.IMapLogisticSseService; |
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
|
import org.springframework.security.oauth2.provider.token.TokenStore; |
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
@ -30,8 +29,6 @@ public class MapLogisticSseController {
@@ -30,8 +29,6 @@ public class MapLogisticSseController {
|
|
|
|
|
|
|
|
|
|
private final IMapLogisticSseService iMapLogisticSseService; |
|
|
|
|
|
|
|
|
|
private final TokenStore tokenStore; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/subscribe") |
|
|
|
|
public SseEmitter subscribe(String clientId, ServletResponse response) { |
|
|
|
|