Commit 5000a39e authored by shiyu's avatar shiyu

邀请码使用

parent 421fc632
......@@ -87,13 +87,5 @@ public class InviteRecordServiceImpl implements InviteRecordService {
return Result.success(inviteRecordDao.isExisted(phone));
}
@Override
public Result findList(InviteRecordRequestDto dto) {
return null;
}
@Override
public Result checkCode(InviteRecordRequestDto dto) {
return null;
}
}
......@@ -9,13 +9,6 @@ public interface InviteRecordService {
Result isExisted(String phone);
Result findList(InviteRecordRequestDto dto);
/**
* 校验邀请码
* @param dto
* @return
*/
Result checkCode(InviteRecordRequestDto dto);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment