邮寄验证企业审核
This commit is contained in:
@@ -70,6 +70,8 @@ const homePageStatistics = (param) => getAction('/statistics/principalPeople/fir
|
||||
const homePageDataStatistics = (param) => getAction('/home/dataStatistics', param)
|
||||
// 系统催款
|
||||
const sysReminders = (param) => postAction('/reminders/edit', param)
|
||||
// 检测企业审核是否通过
|
||||
const checkCompanyAduit = (param) => getAction('/payMailContract/payMailContract/check', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
@@ -106,5 +108,6 @@ export {
|
||||
checkoutWorkingGroupPrincipal,
|
||||
homePageStatistics,
|
||||
homePageDataStatistics,
|
||||
sysReminders
|
||||
sysReminders,
|
||||
checkCompanyAduit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user