企业详情
开发中
GET
/openservice/paas-operation/enterprise/info
public void enterpriseInfoGet(){
PaasOperationEnterpriseInfoGetRequest request = new PaasOperationEnterpriseInfoGetRequest();
request.setEnterpriseId("dapitest");
PaasOperationEnterpriseInfoResponse res = qpaasHttpClient.doAction(request);
}
请求参数
Query 参数
enterpriseId
string
必需
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
result
object
必需
name
string
企业名称
entId
string
必需
entType
integer
企业类型 0代表普通企业 1代表服务商企业
status
integer
企业状态 1:启用 0:停用
isControlOn
integer
三员管理开关标识字段
businessModel
string
经营模式 private String bus
scale
string
企业规模
country
string
所属国家
contact
string
必需
tel
string
必需
province
string
必需
city
string
必需
address
string
必需
edition
integer
版本 0:社区版 1:稳定版
independDeploy
integer
是否独立部署
clusterName
string
集群名称
versionName
string
版本号
referrer
string
必需
referrerPhone
string
必需
validUntil
string
必需
industry
string
必需
note
string
必需
email
string
必需
about
string
必需
mobile
string
必需
founderId
string
必需
id
integer
必需
nature
string
必需
channel
string
必需
preDomain
string
必需
backDomain
string
必需
msg
string
必需
示例
{
"status": 200,
"code": 1000000,
"result": {
"name": "API测试企业",
"entId": "APICeShiQiYe",
"entType": 0,
"status": 1,
"isControlOn": 0,
"businessModel": "生产型",
"scale": "301-1000人",
"country": null,
"contact": "",
"tel": "",
"province": "32",
"city": "3201",
"address": "",
"edition": 1,
"independDeploy": 0,
"clusterName": null,
"versionName": null,
"referrer": "",
"industry": "",
"note": "",
"email": "",
"about": "",
"mobile": "",
"id": 2,
"nature": "",
"channel": "",
"preDomain": null,
"backDomain": null,
"referrer_phone": "",
"valid_until": "",
"founder_id": "ApiTest"
},
"msg": "成功"
}
修改于 2023-04-21 07:08:30