bugfixed
This commit is contained in:
@ -8,3 +8,12 @@ export const updateExpert = (data) => {
|
||||
data,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
// 获取用户详细信息
|
||||
export function getInfo() {
|
||||
return request({
|
||||
url: "/app/expert/info",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user