V13
This commit is contained in:
@@ -222,4 +222,12 @@ public class UserController extends BaseController {
|
||||
userService.enSpeckIm(userId);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
|
||||
@Log(title = "刷新用户IM信息", businessType = BusinessType.OTHER)
|
||||
@GetMapping("/refreshImInfo")
|
||||
public R<Void> refreshImInfo(Long userId){
|
||||
userService.refreshImInfo(userId);
|
||||
return R.ok();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user