fix(个人信息): 修复APIkey报错404的缺陷
This commit is contained in:
parent
c6f39518ba
commit
38bda120f9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue