mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 02:26:43 +08:00
feature: 白名单管理
1. 自助入司白名单校验
This commit is contained in:
11
src/api/ebiz/whitelist/index.js
Normal file
11
src/api/ebiz/whitelist/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
// 白名单查询
|
||||
export function getWhitelist(data) {
|
||||
return request({
|
||||
url: getUrl('/agent/white/getWhiteInfo', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user