| | |
| | | import com.dsh.account.model.vo.classDetails.classInsVo.ClassInfoVo; |
| | | |
| | | import com.dsh.account.util.DateUtil; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.dsh.account.util.ResultUtil; |
| | | import com.dsh.account.util.ToolUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | */ |
| | | @Service |
| | | public class TAppUserServiceImpl extends ServiceImpl<TAppUserMapper, TAppUser> implements TAppUserService { |
| | | |
| | | |
| | | |
| | | @Autowired |
| | | private TStudentMapper tsmapper; |
| | |
| | | return null; |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取短信验证码 |
| | | * @param type 1:登录,2:注册,3:修改密码,4:忘记密码 |
| | | * @param phone |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | @Override |
| | | public ResultUtil getSMSCode(Integer type, String phone) throws Exception { |
| | | if(type == 2){ |
| | | // this.baseMapper.selectOne(new EntityWrapper<>()) |
| | | } |
| | | return null; |
| | | } |
| | | } |