['设置']

This commit is contained in:
2021-09-30 10:37:23 +08:00
parent f1d5ff3dba
commit e903d5be15
3 changed files with 25 additions and 5 deletions

View File

@@ -78,6 +78,15 @@ const companyStatus = () => {
})
}
// 是否允许企业能开通
const companyIsallow = () => {
return request({
url: 'companies/applies/isallow',
method:'POST'
})
}
export {
login,
@@ -88,5 +97,6 @@ export {
resetUserInfo,
getUserSettingInfo,
aboutUs,
companyStatus
companyStatus,
companyIsallow
}