parent
e61f720f96
commit
a617767e94
2 changed files with 8 additions and 7 deletions
@ -1,9 +1,9 @@ |
||||
import request from '@/router/axios'; |
||||
|
||||
export const getUserinfo = params => { |
||||
export const getUserinfo = data => { |
||||
return request({ |
||||
url: '/smartpark/user/getUserInfo', |
||||
method: 'get', |
||||
params: params |
||||
url: '/smartpark/AES/decryptAndGetUser', |
||||
method: 'post', |
||||
data |
||||
}) |
||||
} |
||||
|
||||
Loading…
Reference in new issue