!116 [hotfix] convert 参数错误,导致 usedIp 参数没有复制的问题

Merge pull request !116 from 与或非/hotfix/20200403_convert
This commit is contained in:
芋道源码 2022-04-03 03:50:08 +00:00 committed by Gitee
commit 4b358a9723
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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);
}