Prechádzať zdrojové kódy

关闭/listCarouselImages接口认证

woody 9 mesiacov pred
rodič
commit
969c984f9d

+ 0 - 2
src/main/java/com/chelvc/cloud/maintain/controller/CarouselImagesController.java

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