mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
!116 [hotfix] convert 参数错误,导致 usedIp 参数没有复制的问题
Merge pull request !116 from 与或非/hotfix/20200403_convert
This commit is contained in:
commit
4b358a9723
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user