|
@@ -5,7 +5,6 @@ import java.util.List;
|
|
import com.chelvc.cloud.vehicle.client.CarouselImagesClient;
|
|
import com.chelvc.cloud.vehicle.client.CarouselImagesClient;
|
|
import com.chelvc.cloud.vehicle.client.dto.CarouselImagesDTO;
|
|
import com.chelvc.cloud.vehicle.client.dto.CarouselImagesDTO;
|
|
import com.chelvc.framework.base.annotation.ResponseWrapping;
|
|
import com.chelvc.framework.base.annotation.ResponseWrapping;
|
|
-import com.chelvc.framework.oauth.annotation.Authorize;
|
|
|
|
import lombok.RequiredArgsConstructor;
|
|
import lombok.RequiredArgsConstructor;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.validation.annotation.Validated;
|
|
import org.springframework.validation.annotation.Validated;
|
|
@@ -18,7 +17,6 @@ import org.springframework.web.bind.annotation.RestController;
|
|
* @author liude
|
|
* @author liude
|
|
* @date 2023/12/20
|
|
* @date 2023/12/20
|
|
*/
|
|
*/
|
|
-@Authorize
|
|
|
|
@Validated
|
|
@Validated
|
|
@RestController
|
|
@RestController
|
|
@ResponseWrapping
|
|
@ResponseWrapping
|