URL:https://[endpoint].ctapi.ctyun.cn/v1/application/checkAppCode
Method: GET
请求:
参数名 | 是否必填 | 参数类型 | 说明 |
customInfo | 是 | Header String | 公共信息 |
regionId | 是 | Header String | 资源池Id |
accountId | 是 | Header String | PaaS组件实例所归属天翼云账号标识 |
appCode | 是 | RequestParam String | 应用编码 |
appId | 否 | RequestParam Long | 应用ID |
响应:
成功:
{
"statusCode":800,
"message":"合法",
"returnObj":true
}
失败:
{
"statusCode":2204,
"message":"应用编码已存在"
}