parent
03e36890da
commit
8a8d925b48
|
@ -1,7 +1,7 @@
|
|||
import { post, upload, uploads } from '../utils/request'
|
||||
import { setSecurityMeasures } from '@/utils/submitHomeworkProcess'
|
||||
|
||||
export const submitLogin = (params) => post('/app/admin/check', params) // 登录
|
||||
export const submitLogin = (params) => post('/app/admin/checkNew', params) // 登录
|
||||
export const getIDCardDeduplication = (params) => post('/app/user/goCheck', params) // 身份证去重
|
||||
export const getUserDeduplication = (params) => post('/app/user/goCheck', params) // 用户名去重
|
||||
export const getPhoneNumberDeduplication = (params) => post('/app/user/hasPhoneForApp', params) // 手机号去重
|
||||
|
|
Loading…
Reference in New Issue