mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 06:00:52 +08:00
chore: 个人中心强退设备接口路径
This commit is contained in:
@@ -36,5 +36,5 @@ export function forceLogout(tokenId: string) {
|
||||
* @returns void
|
||||
*/
|
||||
export function forceLogout2(tokenId: string) {
|
||||
return requestClient.postWithMsg<void>(`${Api.root}/${tokenId}`);
|
||||
return requestClient.deleteWithMsg<void>(`${Api.root}/myself/${tokenId}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user