fix 转换 ip 无效的问题
This commit is contained in:
parent
3263b0ab5b
commit
abb4756a33
|
@ -33,6 +33,6 @@ public interface AuthConvert {
|
||||||
|
|
||||||
SmsCodeSendReqDTO convert(AppAuthSendSmsReqVO reqVO);
|
SmsCodeSendReqDTO convert(AppAuthSendSmsReqVO reqVO);
|
||||||
SmsCodeUseReqDTO convert(AppAuthResetPasswordReqVO reqVO, SmsSceneEnum scene, String usedIp);
|
SmsCodeUseReqDTO convert(AppAuthResetPasswordReqVO reqVO, SmsSceneEnum scene, String usedIp);
|
||||||
SmsCodeUseReqDTO convert(AppAuthSmsLoginReqVO reqVO, Integer scene, String userIp);
|
SmsCodeUseReqDTO convert(AppAuthSmsLoginReqVO reqVO, Integer scene, String usedIp);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue