This commit is contained in:
gyq
2025-07-31 17:54:23 +08:00
parent 4306ba1900
commit fc64e7b77b
2 changed files with 5 additions and 2 deletions

View File

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