This commit is contained in:
gyq 2025-08-05 21:42:19 +08:00
parent fbfc97bc3f
commit 85205caa74
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const selectNewApp = (data) => {
export const selectUserById = (data) => {
return http.request({
url: '/user/selectUserById',
method: 'POST',
method: 'get',
data: data
})
}