This commit is contained in:
shilin
2025-02-08 14:22:11 +08:00
parent 69f8c6e50a
commit facfa3bdb7
4 changed files with 277 additions and 77 deletions

View File

@ -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) {