update 优化 个人中心强退设备接口路径
This commit is contained in:
parent
dd2abd95c9
commit
847b158283
@ -113,7 +113,7 @@ public class SysUserOnlineController extends BaseController {
|
|||||||
* @param tokenId token值
|
* @param tokenId token值
|
||||||
*/
|
*/
|
||||||
@Log(title = "在线设备", businessType = BusinessType.FORCE)
|
@Log(title = "在线设备", businessType = BusinessType.FORCE)
|
||||||
@PostMapping("/{tokenId}")
|
@DeleteMapping("/myself/{tokenId}")
|
||||||
public R<Void> remove(@PathVariable("tokenId") String tokenId) {
|
public R<Void> remove(@PathVariable("tokenId") String tokenId) {
|
||||||
try {
|
try {
|
||||||
// 获取指定账号 id 的 token 集合
|
// 获取指定账号 id 的 token 集合
|
||||||
|
Loading…
x
Reference in New Issue
Block a user