code
This commit is contained in:
@ -43,10 +43,11 @@ export function delLineApiGroup(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
export function getUser() {
|
||||
export function getUser(data) {
|
||||
return request({
|
||||
url: '/api/v1/line-api-user/getUser',
|
||||
method: 'post'
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
export function userbind(data) {
|
||||
|
||||
Reference in New Issue
Block a user