|
@@ -90,6 +90,7 @@ public class AppLoginController extends AppBaseController{
|
|
|
private ISmsService smsService;
|
|
private ISmsService smsService;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private IFsCoursePlaySourceConfigService fsCoursePlaySourceConfigService;
|
|
private IFsCoursePlaySourceConfigService fsCoursePlaySourceConfigService;
|
|
|
|
|
+ @Autowired
|
|
|
private OpenIMService openIMService;
|
|
private OpenIMService openIMService;
|
|
|
|
|
|
|
|
@ApiOperation("注册app用户")
|
|
@ApiOperation("注册app用户")
|
|
@@ -1041,6 +1042,6 @@ public class AppLoginController extends AppBaseController{
|
|
|
@PostMapping("/getFriendList")
|
|
@PostMapping("/getFriendList")
|
|
|
public R getFriendList(@RequestBody UserRequestParam userRequestParam)
|
|
public R getFriendList(@RequestBody UserRequestParam userRequestParam)
|
|
|
{
|
|
{
|
|
|
- return R.ok().put("date",openIMService.getFriendList(userRequestParam.getUserID(),userRequestParam.getPagination().getPageNumber(),userRequestParam.getPagination().getShowNumber(),userRequestParam.getApplyType()));
|
|
|
|
|
|
|
+ return R.ok().put("data",openIMService.getFriendList(userRequestParam.getUserID(),userRequestParam.getPagination().getPageNumber(),userRequestParam.getPagination().getShowNumber(),userRequestParam.getApplyType()));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|