| | |
| | | import com.xinquan.common.security.auth.AuthUtil; |
| | | import com.xinquan.common.security.service.TokenService; |
| | | import com.xinquan.common.security.utils.SecurityUtils; |
| | | import com.xinquan.meditation.api.feign.RemoteMeditationService; |
| | | import com.xinquan.system.api.domain.AppUser; |
| | | import com.xinquan.system.api.domain.SysMenu; |
| | | import com.xinquan.system.api.domain.SysRole; |
| | |
| | | private SysUserClient userClient; |
| | | @Resource |
| | | private RemoteAppUserService remoteAppUserService; |
| | | |
| | | @Resource |
| | | private RemoteMeditationService remoteMeditationService; |
| | | |
| | | /** |
| | | * 发送验证码 |