[新增功能](hyx_2025-01-13_xgf2.0):

- 登录兼容
hyx_2025-01-13_xgf2.0
huangyuxuan 2025-05-13 15:14:53 +08:00
parent 03e36890da
commit 8a8d925b48
1 changed files with 1 additions and 1 deletions

View File

@ -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) // 手机号去重