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

DownloadFabricOrganizationSDK

調用DownloadFabricOrganizationSDK下載SDK。

調試

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

請求參數

名稱

類型

是否必選

示例值

描述

Action String DownloadFabricOrganizationSDK

系統規定參數。取值:DownloadFabricOrganizationSDK

OrganizationId String peers-aaaaaa2-1eqnj5o5w****

組織ID

Username String username

用戶名

Location String cn-hangzhou

位置

返回數據

名稱

類型

示例值

描述

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

請求ID

Success Boolean true

是否成功

ErrorCode Integer 200

錯誤碼

Result Array of Result
Path String dir/file

文件解壓后的路徑

Content String base64string

base64轉碼過的文件內容,需要用base64解碼才能得到文件原內容

示例

請求示例

http(s)://[Endpoint]/?Action=DownloadFabricOrganizationSDK
&OrganizationId=peers-aaaaaa2-1eqnj5o5w****
&Username=username
&Location=cn-hangzhou
&公共請求參數

正常返回示例

XML格式

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

<DownloadFabricOrganizationSDKResponse>
    <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
    <Result>
        <Path>dir/file</Path>
        <Content>base64string</Content>
    </Result>
</DownloadFabricOrganizationSDKResponse>

JSON格式

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

{
  "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
  "Success" : true,
  "ErrorCode" : 200,
  "Result" : [ {
    "Path" : "dir/file",
    "Content" : "base64string"
  } ]
}

錯誤碼

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