10. getAllSpecificTypeIssuerList

基本信息

  1. 接口名称: com.webank.weid.rpc.AuthorityIssuerService.getAllSpecificTypeIssuerList
  2. 接口定义: ResponseData<List<String>> getAllSpecificTypeIssuerList(String issuerType, Integer index, Integer num)
  3. 接口描述: 获取指定索引范围内的issuer列表。

接口入参:

名称类型非空说明备注
issuerTypeStringY机构类型
indexIntegerY检索的开始下标位置
numIntegerY检索数据个数单次最多可以检索50条

接口返回: com.webank.weid.protocol.response.ResponseData<List<String>>;

名称类型说明备注
errorCodeInteger返回结果码
errorMessageString返回结果描述
resultList<String>issuer列表
transactionInfoTransactionInfo交易信息

com.webank.weid.protocol.response.TransactionInfo

名称类型说明备注
blockNumberBigInteger交易块高
transactionHashString交易hash
transactionIndexBigInteger交易索引

此方法返回code

enumcodedesc
SUCCESS0成功
AUTHORITY_ISSUER_ERROR100200授权标准异常
SPECIFIC_ISSUER_TYPE_ILLEGAL100208机构类型非法
TRANSACTION_TIMEOUT160001超时
TRANSACTION_EXECUTE_ERROR160002交易错误
UNKNOW_ERROR160003未知异常
ILLEGAL_INPUT160004参数为空

调用示例

  1.  
  1. 返回数据如: