Merge branch 'master-password' into dev
This commit is contained in:
@ -25,7 +25,7 @@ public class UserPasswordController{
|
||||
*/
|
||||
@ApiOperation("查询数据")
|
||||
@PostMapping("/validatePassword")
|
||||
public BaseResponse<Boolean> validatePassword(@RequestParam String code){
|
||||
public BaseResponse<Boolean> validatePassword(@RequestParam("code") String code){
|
||||
return BaseResponse.success(iuserPasswordService.validatePassword(code));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user