mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-05 16:13:14 +08:00
chore: 个人中心强退设备接口路径
This commit is contained in:
@@ -36,5 +36,5 @@ export function forceLogout(tokenId: string) {
|
|||||||
* @returns void
|
* @returns void
|
||||||
*/
|
*/
|
||||||
export function forceLogout2(tokenId: string) {
|
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