This commit is contained in:
dute7liang
2023-12-31 16:40:15 +08:00
parent bfb58f6221
commit 009b52f585
10 changed files with 1989 additions and 2 deletions

View File

@@ -17,6 +17,13 @@ export function getUser(id) {
})
}
export function getFullUser(id) {
return request({
url: '/cai/user/full/' + id,
method: 'get'
})
}
// 新增用户
export function addUser(data) {
return request({