1.修改OTP控制器接口地址
This commit is contained in:
@@ -19,8 +19,8 @@ public class OTPController {
|
||||
@Resource
|
||||
private OTPService otpService;
|
||||
|
||||
@GetMapping("/getopt")
|
||||
@GetMapping("/getotp")
|
||||
public ResponseData<Object> getOTP() {
|
||||
return ResponseData.success(otpService.getOPT());
|
||||
return ResponseData.success(otpService.getOTP());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user