设置中心个人认证企业认证状态

This commit is contained in:
2021-09-25 10:28:54 +08:00
parent f02c1a75b3
commit 8edc92f475
2 changed files with 78 additions and 29 deletions

View File

@@ -71,6 +71,13 @@ const aboutUs = () => {
url: 'articles/about'
})
}
// 获取企业认证状态 -1.未认证0.审核中1.审核通过2.驳回
const companyStatus = () => {
return request({
url: 'companies/applies/query'
})
}
export {
login,
@@ -80,5 +87,6 @@ export {
agreementLogin,
resetUserInfo,
getUserSettingInfo,
aboutUs
aboutUs,
companyStatus
}