获取部件结构树信息
POST
http://[域名]/component/getcomponenttreelist
接口描述
获取部件结构树信息
请求参数
参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
opertoken
string
身份操作凭证
必填
请求数据示例
响应参数
参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填
recordcount
string
记录数量,为0表示列表没有数据
必填
componentno
string
部件编号
必填
componentname
string
部件名称
必填
pcomponentno
string
父部件编号,为0,表示顶点
必填
subcount
int
子部件数量,为0表示没有子部件
必填