dev
校文 3 years ago
parent 2cd3d955ea
commit f22b728ab7

@ -29,7 +29,7 @@ export function quit(params) {
export function userInfo(params) { export function userInfo(params) {
return httpService({ return httpService({
url: `/user/manageUser/userInfo`, url: `/user/manageUser/userInfo`,
method: 'post', method: 'get',
data: params, params
}) })
} }

Loading…
Cancel
Save