This commit is contained in:
cxc
2022-10-31 17:46:09 +08:00
parent 652ce4c9d3
commit c2327f30cb
63 changed files with 1698 additions and 479 deletions

View File

@ -8,3 +8,12 @@ export const updateExpert = (data) => {
data,
});
};
// 获取用户详细信息
export function getInfo() {
return request({
url: "/app/expert/info",
method: "get",
});
}