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

獲取所有服務的開通狀態

獲取優化求解器內所有服務的開通狀態,目前包含數學規劃服務。

調試

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

請求參數

名稱 類型 是否必選 示例值 描述
Action String GetOpenStatus

系統規定參數。取值:GetOpenStatus。

返回數據

名稱 類型 示例值 描述
Code Integer 0

結果狀態碼

Message String success

結果消息

Data Map

詳細數據,mpStatus:數學規劃服務開通狀態,1開通,0未開通;pk:云賬號id;parentPk:父賬號id。

RequestId String 0EB-FCAC-1B78-BBB8-500ED951E9EB

請求唯一標識

Success Boolean true

請求是否成功

示例

請求示例

https://opt.cn-beijing.aliyuncs.com/?Action=GetOpenStatus
&<公共請求參數>

正常返回示例

XML格式

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

<GetOpenStatusResponse>
    <Message>Success</Message>
    <RequestId>D66E40EB-FCAC-1B78-BBB8-500ED951E9EB</RequestId>
    <Data>
        <gmtModified>2021-07-27T04:00:00.000+00:00</gmtModified>
        <mpStatus>1</mpStatus>
        <id>11</id>
        <pk>1084126944995576</pk>
        <gmtCreate>2021-07-27T04:00:00.000+00:00</gmtCreate>
        <parentPk>1084126944995576</parentPk>
    </Data>
    <Code>0</Code>
    <Success>true</Success>
</GetOpenStatusResponse>

JSON格式

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

{
  "Message" : "Success",
  "RequestId" : "D66E40EB-FCAC-1B78-BBB8-500ED951E9EB",
  "Data" : {
    "gmtModified" : "2021-07-27T04:00:00.000+00:00",
    "mpStatus" : 1,
    "id" : 11,
    "pk" : "1084126944995576",
    "gmtCreate" : "2021-07-27T04:00:00.000+00:00",
    "parentPk" : "1084126944995576"
  },
  "Code" : 0,
  "Success" : true
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 InvalidParameter The parameter is invalid. Please check again. 參數校驗不通過,請檢查參數的合法性。
401 LicenseKeyInvaild The license key format is invalid, or the license key does not belong to the user. 授權證書格式錯誤,或者不屬于此用戶
403 Unauthorized The user has not passed RAM verification and is not authorized to perform the operation. RAM權限校驗未通過,用戶無法執行此操作
409 ConcurrencyOverLimit The concurrency exceeds the upper limit allowed by the license key. 并發數超過了此授權證書允許的最大值。
410 LicenseKeyExpired LicenseKey has expired. 授權證書已過期。
500 InternalError The request processing has failed due to some unknown error. 內部錯誤。建議重試,如果多次重試報錯請提交工單。

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