温华: 登录用户信息api

This commit is contained in:
wenhua
2023-10-16 14:25:15 +08:00
parent 5b1de2c4b9
commit 730b12c2e4

8
src/api/auth.ts Normal file
View File

@@ -0,0 +1,8 @@
import request from "../utils/request";
export const getAuthInfoApi = () => {
return request({
url: '/auth/info',
method: 'get'
})
}