我的应用
GET
/myApp/
接口描述
应用清单
请求参数
参数名
类型
描述
必填
size
int
每页条数
可选
index
int
分页序号
可选
keyword
string
搜索关键词
可选
成功
参数名
类型
描述
必填
total
int
总条数
必填
code
obj
状态码
必填
msg
string
"" (成功为空的字符串) | 错误信息
必填
id
int
id
必填
powerServId
string
服务id
必填
powerServCode
string
服务英文名
必填
name
string
应用名称
必填
deployType
string
部署类型,Cloud云端,Private 私有部署
必填
url
string
应用访问地址
必填
port
string
访问端口
必填
isOuterUrl
tinyint
外网是否能访问
必填
isShareLicense
tinyint
1是,0 否, 是否分配共享许可
必填
isOuterApp
tinyint
是否外部单位应用,1是,0否
必填
ownerComId
int
应用所有者id
必填
ownerComName
string
应用所有者名称
必填
失败
参数名
类型
描述
必填
code
int
状态码
必填
msg
string
"" (成功为空的字符串) | 错误信息
必填