10. getAllSpecificTypeIssuerList
基本信息
- 接口名称: com.webank.weid.rpc.AuthorityIssuerService.getAllSpecificTypeIssuerList
- 接口定义: ResponseData<List<String>> getAllSpecificTypeIssuerList(String issuerType, Integer index, Integer num)
- 接口描述: 获取指定索引范围内的issuer列表。
接口入参:
名称 | 类型 | 非空 | 说明 | 备注 |
---|---|---|---|---|
issuerType | String | Y | 机构类型 | |
index | Integer | Y | 检索的开始下标位置 | |
num | Integer | Y | 检索数据个数 | 单次最多可以检索50条 |
接口返回: com.webank.weid.protocol.response.ResponseData<List<String>>;
名称 | 类型 | 说明 | 备注 |
---|---|---|---|
errorCode | Integer | 返回结果码 | |
errorMessage | String | 返回结果描述 | |
result | List<String> | issuer列表 | |
transactionInfo | TransactionInfo | 交易信息 |
com.webank.weid.protocol.response.TransactionInfo
名称 | 类型 | 说明 | 备注 |
---|---|---|---|
blockNumber | BigInteger | 交易块高 | |
transactionHash | String | 交易hash | |
transactionIndex | BigInteger | 交易索引 |
此方法返回code
enum | code | desc |
---|---|---|
SUCCESS | 0 | 成功 |
AUTHORITY_ISSUER_ERROR | 100200 | 授权标准异常 |
SPECIFIC_ISSUER_TYPE_ILLEGAL | 100208 | 机构类型非法 |
TRANSACTION_TIMEOUT | 160001 | 超时 |
TRANSACTION_EXECUTE_ERROR | 160002 | 交易错误 |
UNKNOW_ERROR | 160003 | 未知异常 |
ILLEGAL_INPUT | 160004 | 参数为空 |
调用示例
- 返回数据如: