chore: 个人中心强退设备接口路径
This commit is contained in:
parent
28f8ee440d
commit
8a64165a2a
@ -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}`);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user