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

查詢購(gòu)買License的信息

更新時(shí)間:

獲取購(gòu)買License的信息。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

請(qǐng)求參數(shù)

名稱

類型

是否必選

示例值

描述

Action String GetOrderInfo

系統(tǒng)規(guī)定參數(shù)。取值:GetOrderInfo

RelService String MP

指定購(gòu)買的優(yōu)化求解器License類別信息,包含一種類別:

  • MP:數(shù)學(xué)規(guī)劃
ResourceType Integer 1

指定購(gòu)買的求解器版本信息,目前僅支持一種:

  • 1:本地運(yùn)行版
ListReleased Boolean true

是否包含已釋放的實(shí)例

返回?cái)?shù)據(jù)

名稱

類型

示例值

描述

Code String 0

返回結(jié)果碼

Message String success

返回結(jié)果信息

Data Array of data

返回業(yè)務(wù)數(shù)據(jù),licenseKey:授權(quán)證書key;currentConcurrency:并發(fā)度;instanceId:實(shí)例id;totalDays:總購(gòu)買天數(shù);currentDays:當(dāng)前剩余天數(shù)。

currentConcurrency Integer 1

并發(fā)度

totalDays Integer 10

總購(gòu)買天數(shù)

currentDays Integer 1

當(dāng)前剩余天數(shù)。

licenseKey String xxxxxxxx

授權(quán)證書key

instanceId String opt_mplicense_public_cn-xxxxxx

實(shí)例id

bizType String 0

商品類型

remark String remark

實(shí)例備注

RequestId String 5D6653C5-CA2B-14EC-9CF0-50AA0FF49C31

請(qǐng)求唯一標(biāo)識(shí)

Success Boolean true

請(qǐng)求是否成功

示例

請(qǐng)求示例

https://opt.cn-beijing.aliyuncs.com?Action=GetOrderInfo
&ResourceType=1
&RelService=MP
&<公共請(qǐng)求參數(shù)>

正常返回示例

XML格式

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

<GetOrderInfoResponse>
    <Message>Success</Message>
    <RequestId>3FCE6765-742C-1CE7-A44B-83D35C07F286</RequestId>
    <Data>
        <licenseKey>eems7ri3b1u5nuil***</licenseKey>
        <currentConcurrency>2</currentConcurrency>
        <instanceId>opt_mplicense_public_cn-****</instanceId>
        <totalDays>124</totalDays>
        <currentDays>103</currentDays>
    </Data>
    <Code>0</Code>
    <Success>true</Success>
</GetOrderInfoResponse>

JSON格式

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

{
  "Message" : "Success",
  "RequestId" : "3FCE6765-742C-1CE7-A44B-83D35C07F286",
  "Data" : {
    "licenseKey" : "eems7ri3b1u5nuil***",
    "currentConcurrency" : 2,
    "instanceId" : "opt_mplicense_public_cn-****",
    "totalDays" : 124,
    "currentDays" : 103
  },
  "Code" : 0,
  "Success" : true
}

錯(cuò)誤碼

HttpCode

錯(cuò)誤碼

錯(cuò)誤信息

描述

400 InvalidParameter The parameter is invalid. Please check again. 參數(shù)校驗(yàn)不通過,請(qǐng)檢查參數(shù)的合法性。
401 LicenseKeyInvaild The license key format is invalid, or the license key does not belong to the user. 授權(quán)證書格式錯(cuò)誤,或者不屬于此用戶
403 Unauthorized The user has not passed RAM verification and is not authorized to perform the operation. RAM權(quán)限校驗(yàn)未通過,用戶無法執(zhí)行此操作
409 ConcurrencyOverLimit The concurrency exceeds the upper limit allowed by the license key. 并發(fā)數(shù)超過了此授權(quán)證書允許的最大值。
410 LicenseKeyExpired LicenseKey has expired. 授權(quán)證書已過期。
500 InternalError The request processing has failed due to some unknown error. 內(nèi)部錯(cuò)誤。建議重試,如果多次重試報(bào)錯(cuò)請(qǐng)?zhí)峤还巍?/td>

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。