Merge branch 'dev' into test
This commit is contained in:
@@ -257,7 +257,7 @@ public class AdminAuthServiceImplTest extends BaseDbUnitTest {
|
||||
// 准备参数
|
||||
String mobile = randomString();
|
||||
String code = randomString();
|
||||
AuthSmsLoginReqVO reqVO = new AuthSmsLoginReqVO(mobile, code);
|
||||
AuthSmsLoginReqVO reqVO = new AuthSmsLoginReqVO(mobile, code,null);
|
||||
// mock 方法(验证码)
|
||||
when(smsCodeApi.useSmsCode(argThat(smsCodeUseReqDTO -> {
|
||||
assertEquals(mobile, smsCodeUseReqDTO.getMobile());
|
||||
|
||||
Reference in New Issue
Block a user