| | |
| | | package com.ruoyi.system.api.factory; |
| | | |
| | | import com.ruoyi.system.api.domain.dto.AppEditUserDto; |
| | | import com.ruoyi.system.api.model.AppMiniLoginDto; |
| | | import com.ruoyi.system.api.model.AppMiniLoginVo; |
| | | import org.slf4j.Logger; |
| | |
| | | return R.fail("注册用户失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | |
| | | |
| | | @Override |
| | | public R<SysUser> getSysUser(Long userId) { |
| | | return R.fail("获取用户失败:" + throwable.getMessage()); |
| | |
| | | public R updateUserMobile(SysUser sysUser) { |
| | | return R.fail("更新用户手机失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R editUserInfo(AppEditUserDto appEditUserDto) { |
| | | return R.fail("更新用户信息失败:" + throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |