This commit is contained in:
2025-02-27 18:32:32 +08:00
parent e608ee2b51
commit 8324186cd4
4 changed files with 73 additions and 71 deletions

View File

@ -45,3 +45,10 @@ export function delLineUser(data) {
})
}
export function reloadProperty(data){
return request({
url: '/api/v1/line-user/property',
method: 'put',
data: data
})
}