|
|
|
@ -153,7 +153,6 @@ public class RegisterController {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("salewarehouse/register/getRegisterConfig")
|
|
|
|
|
public BaseResponse getRegisterConfig() {
|
|
|
|
|
|
|
|
|
@ -321,7 +320,6 @@ public class RegisterController {
|
|
|
|
|
return ResultVOUtils.success("密码修改成功");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@PostMapping("salewarehouse/register/check")
|
|
|
|
|
public BaseResponse checkRegister(@RequestBody @Valid RegisterCheckRequest registerCheckRequest,
|
|
|
|
|
BindingResult bindingResult) {
|
|
|
|
|