干扰源常态化管理页面
This commit is contained in:
@@ -14,3 +14,21 @@ export const submitFormData = (data: any) => {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export const submitGoNet = (data: any) => {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/userReportNormal/addUserReportNormal',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export const userReportGoNetById = (data: any) => {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/userReportNormal/userReportGoNetById',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -27,3 +27,6 @@ export const getUserReportById = (id: any) => {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user