update 优化 个人中心强退接口路径

Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
dev
疯狂的狮子Li 1 year ago committed by Gitee
parent 4e84b0d65e
commit 591db0bdd2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -112,7 +112,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…
Cancel
Save