|
|
@ -43,7 +43,6 @@ public class AuthCheckController {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
|
|
|
@PostMapping("/udiwms/auth/device/save")
|
|
|
|
@PostMapping("/udiwms/auth/device/save")
|
|
|
|
public BaseResponse save(@RequestBody @Valid AuthCheckEntity authCheckEntity,
|
|
|
|
public BaseResponse save(@RequestBody @Valid AuthCheckEntity authCheckEntity,
|
|
|
|
BindingResult bindingResult) {
|
|
|
|
BindingResult bindingResult) {
|
|
|
|