日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateFabricChannel

調用CreateFabricChannel創建通道。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱

類型

是否必選

示例值

描述

Action String CreateFabricChannel

系統規定參數。取值:CreateFabricChannel

ConsortiumId String consortium-aaaaaa-akpcsjjac2jd

聯盟ID。

ChannelName String channelx

通道名。最大長度50個字符,可以包含英文或數字及符號"_", "-", "."。

BatchTimeout Integer 2

塊超時時間。

MaxMessageCount Integer 50

塊交易上限。

PreferredMaxBytes Integer 12

塊大小軟限制。

Organization.N.Id String peers-aaaaaa1-1oxw31d046jtl

加入通道的組織ID號列表,輸入:Organization.1.Id=org1&Organization.2.Id=org2

返回數據

名稱

類型

示例值

描述

RequestId String 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

請求ID

Success Boolean true

是否成功

ErrorCode Integer 200

錯誤碼

Result Object

創建結果

BatchTimeout Integer 2

塊超時時間

UpdateTime String 1544768139624

更新時間

ChaincodeCount Integer 2

鏈碼數量

PreferredMaxBytes Integer 12

塊大小軟限制

State String Running

狀態

CreateTime String 1544768139624

創建時間

OwnerName String uid-

創建者

OwnerUid Long 1234

創建者Uid

OwnerBid String 26842

創建者Bid

MaxMessageCount Integer 50

塊交易上限

MemberCount Integer 1

成員數量

RequestId String 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

請求ID

ConsortiumId String consortium-aaaaaa-akpcsjjac2jd

聯盟ID

ChannelName String channelx

通道名

SupportConfig Boolean true

是否支持配置

ChannelId String chan-channelx-1l1hmckuuisxo

通道ID

ConsortiumName String aaaaaa

聯盟名

BlockCount Integer 2

塊個數

示例

請求示例

http(s)://[Endpoint]/?Action=CreateFabricChannel
&ConsortiumId=consortium-aaaaaa-akpcsjjac2jd
&ChannelName=channelx
&BatchTimeout=2
&MaxMessageCount=50
&PreferredMaxBytes=12
&Organization=[{"Id":"peers-aaaaaa1-1oxw31d046jtl"}]
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<CreateFabricChannelResponse>
    <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
    <Result>
        <BatchTimeout>2</BatchTimeout>
        <UpdateTime>1544768139624</UpdateTime>
        <ChaincodeCount>2</ChaincodeCount>
        <PreferredMaxBytes>12</PreferredMaxBytes>
        <State>Running</State>
        <CreateTime>1544768139624</CreateTime>
        <OwnerName>uid-</OwnerName>
        <OwnerUid>1234</OwnerUid>
        <OwnerBid>26842</OwnerBid>
        <MaxMessageCount>50</MaxMessageCount>
        <MemberCount>1</MemberCount>
        <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
        <ConsortiumId>consortium-aaaaaa-akpcsjjac2jd</ConsortiumId>
        <ChannelName>channelx</ChannelName>
        <SupportConfig>true</SupportConfig>
        <ChannelId>chan-channelx-1l1hmckuuisxo</ChannelId>
        <ConsortiumName>aaaaaa</ConsortiumName>
        <BlockCount>2</BlockCount>
    </Result>
</CreateFabricChannelResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
  "Success" : true,
  "ErrorCode" : 200,
  "Result" : {
    "BatchTimeout" : 2,
    "UpdateTime" : "1544768139624",
    "ChaincodeCount" : 2,
    "PreferredMaxBytes" : 12,
    "State" : "Running",
    "CreateTime" : "1544768139624",
    "OwnerName" : "uid-",
    "OwnerUid" : 1234,
    "OwnerBid" : "26842",
    "MaxMessageCount" : 50,
    "MemberCount" : 1,
    "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
    "ConsortiumId" : "consortium-aaaaaa-akpcsjjac2jd",
    "ChannelName" : "channelx",
    "SupportConfig" : true,
    "ChannelId" : "chan-channelx-1l1hmckuuisxo",
    "ConsortiumName" : "aaaaaa",
    "BlockCount" : 2
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。