补充租户ID
This commit is contained in:
@@ -38,10 +38,13 @@ export function deleteQweiUser(id) {
|
||||
})
|
||||
}
|
||||
|
||||
export function syncQweiUser() {
|
||||
export function syncQweiUser(tenantId) {
|
||||
return request({
|
||||
url: '/qweiUser/sync',
|
||||
method: 'post'
|
||||
method: 'post',
|
||||
params: {
|
||||
tenantId: tenantId || undefined
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user