|
|
@ -21,7 +21,11 @@ const updateUserInfo = (params) => mPost('/uec/user/update/user-info', params, c |
|
|
const generateCode = (params) => mPost('/uec/generate/qrcode', params, config) |
|
|
const generateCode = (params) => mPost('/uec/generate/qrcode', params, config) |
|
|
const verifyCode = (code, params) => mGet(`/uec/verify/qrcode${code}`, params, config) |
|
|
const verifyCode = (code, params) => mGet(`/uec/verify/qrcode${code}`, params, config) |
|
|
const applyEmplyee = (params) => mPost(`/uec/apply/to/be/emplyee/of/enterprise-department`, params, config) |
|
|
const applyEmplyee = (params) => mPost(`/uec/apply/to/be/emplyee/of/enterprise-department`, params, config) |
|
|
|
|
|
|
|
|
|
|
|
const getCheckList = (params) => mGet(`/uec/get/auditing-joining-enterprise-application-list`, params, config) |
|
|
|
|
|
const getEmployeList = (params) => mGet(`/uec/get/passed-employees`, params, config) |
|
|
|
|
|
const auditEmploye = (params) => mPost(`/uec/audit/employee-joining-application`, params, config) |
|
|
|
|
|
const deleteEmploye = (params) => mPost(`/uec/remove/employees`, params, config) |
|
|
|
|
|
const adminEmploye = (params) => mPost(`/uec/grant/admin-role/to/employees`, params, config) |
|
|
// ****************************************************************************************************************************************
|
|
|
// ****************************************************************************************************************************************
|
|
|
// /authorize/by-wechat-applet小程序登录
|
|
|
// /authorize/by-wechat-applet小程序登录
|
|
|
function loginWechat(form) { |
|
|
function loginWechat(form) { |
|
|
@ -189,5 +193,10 @@ export { |
|
|
modifyMobile, |
|
|
modifyMobile, |
|
|
verifyCode, |
|
|
verifyCode, |
|
|
generateCode, |
|
|
generateCode, |
|
|
applyEmplyee |
|
|
|
|
|
|
|
|
applyEmplyee, |
|
|
|
|
|
getCheckList, |
|
|
|
|
|
getEmployeList, |
|
|
|
|
|
auditEmploye, |
|
|
|
|
|
deleteEmploye, |
|
|
|
|
|
adminEmploye |
|
|
} |
|
|
} |