个人设置接口对接

This commit is contained in:
Mrtangl
2022-04-15 15:32:37 +08:00
parent 0288224c83
commit 7525c7418a
9 changed files with 96 additions and 75 deletions

View File

@@ -15,3 +15,6 @@ export function apiLogout() {
export function apiUserInfo() {
return request.get('/system/admin/self')
}
export function apiAdminUpInfo(params: any) {
return request.post('/system/admin/upInfo', params)
}