|
@@ -6,7 +6,6 @@ import com.chelvc.cloud.vehicle.client.param.ExamineDynamicParam;
|
|
|
import com.chelvc.cloud.vehicle.client.param.QueryAdminDynamicParam;
|
|
|
import com.chelvc.framework.base.annotation.ResponseWrapping;
|
|
|
import com.chelvc.framework.common.model.Pagination;
|
|
|
-import com.chelvc.framework.security.annotation.Authorize;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
@@ -22,7 +21,6 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
* @author: igl
|
|
|
* @date: 2023/8/17 22:18
|
|
|
*/
|
|
|
-@Authorize
|
|
|
@Validated
|
|
|
@RestController
|
|
|
@RequestMapping("/comment")
|