fix(个人信息): 修复APIkey报错404的缺陷

This commit is contained in:
wxg0103 2023-02-24 15:35:45 +08:00 committed by fit2-zhao
parent 34d44a5ea5
commit 2979b0ba65
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export function getWsAndPj(userId) {
}
export function getUserKeys() {
return get('/user/key/info/')
return get('/user/key/info')
}
export function deleteUserKey(id) {