|
|
@ -27,9 +27,9 @@ const certificateIdentity = (params) => mPost('/uec/identify/identity', params, |
|
|
const generateCode = (params) => mPost('/uec/generate/qrcode', params, config) |
|
|
const generateCode = (params) => mPost('/uec/generate/qrcode', params, config) |
|
|
const createQrcode = (params) => mPost('/uec/create/qrcode-record', params, config) |
|
|
const createQrcode = (params) => mPost('/uec/create/qrcode-record', 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/employee/of/enterprise-department`, params, config) |
|
|
|
|
|
|
|
|
const applyEmplyee = (params) => mPost(`/uec/save/join/of/enterprise-department`, params, config) |
|
|
const getCheckList = (params) => mGet(`/uec/get/employee-joining-department-application-list`, params, config) |
|
|
const getCheckList = (params) => mGet(`/uec/get/employee-joining-department-application-list`, params, config) |
|
|
const auditEmploye = (params) => mPost(`/uec/audit/employee-joining-department-application`, params, config) |
|
|
|
|
|
|
|
|
const auditEmploye = (params) => mPost(`/uec/modify/join/of/enterprise-department`, params, config) |
|
|
const deleteEmploye = (params) => mPost(`/uec/remove/employees`, params, config) |
|
|
const deleteEmploye = (params) => mPost(`/uec/remove/employees`, params, config) |
|
|
const editEmploye = (params) => mPost(`/uec/save/self-department-member`, params, config) |
|
|
const editEmploye = (params) => mPost(`/uec/save/self-department-member`, params, config) |
|
|
// ****************************************************************************************************************************************
|
|
|
// ****************************************************************************************************************************************
|
|
|
|