fix 转换 ip 无效的问题

This commit is contained in:
gaibu 2022-04-03 09:51:09 +08:00
parent 3263b0ab5b
commit abb4756a33
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ public interface AuthConvert {
SmsCodeSendReqDTO convert(AppAuthSendSmsReqVO reqVO);
SmsCodeUseReqDTO convert(AppAuthResetPasswordReqVO reqVO, SmsSceneEnum scene, String usedIp);
SmsCodeUseReqDTO convert(AppAuthSmsLoginReqVO reqVO, Integer scene, String userIp);
SmsCodeUseReqDTO convert(AppAuthSmsLoginReqVO reqVO, Integer scene, String usedIp);
}