app登录接口联调
This commit is contained in:
@ -19,5 +19,13 @@ export const deviceList = (params): AxiosPromise => {
|
||||
params
|
||||
});
|
||||
};
|
||||
// 账号状态
|
||||
export const userStatus = (data): AxiosPromise => {
|
||||
return request({
|
||||
url: '/api/app/device',
|
||||
method: 'put',
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
export default { userList,deviceList }
|
||||
export default { userList,deviceList,userStatus }
|
Reference in New Issue
Block a user