first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.metalloop.common.auth.handler;
|
||||
|
||||
public class DefaultVerifyCodeHandler implements VerifyCodeHandler{
|
||||
|
||||
|
||||
@Override
|
||||
public boolean createVerifyCode(String phoneNum) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean checkVerifyCode(String phoneNum, String verifyCode) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user