| | |
| | | package com.xinquan.system.api.factory; |
| | | |
| | | import com.xinquan.common.core.domain.R; |
| | | import com.xinquan.common.core.web.domain.AjaxResult; |
| | | import com.xinquan.system.api.RemoteUserService; |
| | | import com.xinquan.system.api.domain.SysUser; |
| | | import com.xinquan.system.api.model.LoginUser; |
| | |
| | | return new RemoteUserService() |
| | | { |
| | | @Override |
| | | public AjaxResult removeByAppUserId(Long id) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public R<SysUser> getSysUserById(String id) { |
| | | return R.fail("根据系统用户id 查询用户信息:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<LoginUser> getUserInfo(String username, String source) |
| | | { |
| | | return R.fail("获取用户失败:" + throwable.getMessage()); |
| | |
| | | public R<SysUser> registerAppUserInfo(SysUser sysUser, String source) { |
| | | return R.fail("注册APP用户失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<String> getCourseList(int contentType) { |
| | | return R.fail("获取协议失败:" + throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |