chore: 个人中心强退设备接口路径

master
dap 1 year ago
parent 28f8ee440d
commit 8a64165a2a

@ -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}`);
}

Loading…
Cancel
Save