文档
测试

其他单位授权

GET
/appOther/

接口描述

应用清单

请求参数

参数名
类型
描述
必填
size
int
每页条数
可选
index
int
分页序号
可选
keyword
string
搜索关键词
可选

成功

参数名
类型
描述
必填
total
int
总条数
必填
code
obj
状态码
必填
msg
string
"" (成功为空的字符串) | 错误信息
必填
data
必填
id
int
userServ id
必填
powerServId
string
普华 服务id
必填
powerServCode
string
普华 服务英文名
必填
name
string
应用名称
必填
ownerComId
num
应用创建单位的id
必填
ownerComName
string
应用创建单位的名字
必填
deployType
string
部署类型,Cloud云端,Private 私有部署
必填
url
string
应用访问地址
必填
port
string
访问端口
必填
isOuterUrl
tinyint
外网是否能访问
必填
authNum
num
授权用户数
必填
isShareLicense
tinyint
是否分配共享许可,1是,0否
必填
isHaveLicense
tinyint
我方是否有许可,只要购买过同类产品许可有效,则1, 否则0
必填

失败

参数名
类型
描述
必填
code
int
状态码
必填
msg
string
"" (成功为空的字符串) | 错误信息
必填