调用CreateFabricChannelMember将其他组织添加到通道中。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String CreateFabricChannelMember

系统规定参数。取值:CreateFabricChannelMember

RegionId String cn-hangzhou

地域

ChannelId String chan-channelx-1l1hmckuuisxo

通道ID

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

组织ID

返回数据

名称 类型 示例值 描述
RequestId String 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

请求ID

Result Boolean true

结果

Success Boolean true

是否成功

ErrorCode Integer 200

错误码

示例

请求示例

http(s)://[Endpoint]/?Action=CreateFabricChannelMember
&ChannelId=chan-channelx-1l1hmckuuisxo
&Organization=[{"OrganizationId":"peers-aaaaaa1-1oxw31d046jtl"}]
&公共请求参数

正常返回示例

XML格式

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

<CreateFabricChannelMemberResponse>
	<Result>true</Result>
	<RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
	<Success>true</Success>
	<ErrorCode>200</ErrorCode>
</CreateFabricChannelMemberResponse>

JSON格式

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

{
  "Result" : true,
  "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
  "Success" : true,
  "ErrorCode" : 200
}