['设置']
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user