sc
This commit is contained in:
@@ -40,3 +40,11 @@ export const getAccountInfo = async id => {
|
||||
params: { id }
|
||||
});
|
||||
};
|
||||
|
||||
// 获取个人账号详情
|
||||
export const getPersonAccount = async () => {
|
||||
return request({
|
||||
url: '/applet/xunjia/account/person/get',
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user