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

QueryPrepaidCards - 賬戶卡包查詢

更新時間:

查詢用戶卡包信息。

調(diào)試

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

授權(quán)信息

當(dāng)前API暫無授權(quán)信息透出。

請求參數(shù)

名稱類型必填描述示例值
ExpiryTimeEndstring

卡包過期結(jié)束時間止,格式:yyyy-mm-ddhh:mm:ss。

2018-08-01 00:00:00
ExpiryTimeStartstring

卡包過期時間起,格式:yyyy-mm-dd。

2018-08-01 00:00:00
EffectiveOrNotboolean

卡包是否生效。取值范圍:-true。-false。

true

返回參數(shù)

名稱類型描述示例值
object
Codestring

狀態(tài)碼。

Success
Messagestring

錯誤信息。

Successful!
RequestIdstring

請求 id。

7EA6C02D-06D0-4213-9C3B-E67910F7D1EB
Successboolean

是否成功。

true
Dataarray<object>

返回數(shù)據(jù)。

object
Statusstring

取值:

  • Available:有效
  • Expired:過期
  • Cancelled:作廢
Available
ExpiryTimestring

卡包失效時間。

2019-08-04 01:39:11
GrantedTimestring

卡包發(fā)放時間。

2019-08-04 01:39:11
NominalValuestring

面額。

100.00
EffectiveTimestring

卡包生效時間。

2019-08-04 01:39:11
PrepaidCardNostring

卡包編碼。

Q-7edaab979fc9
ApplicableScenariosstring

適用場景描述。

阿里云按量付費賬單,阿里云新購
PrepaidCardIdlong

卡包 id。

213432432
ApplicableProductsstring

適用產(chǎn)品描述。

通用
Balancestring

剩余金額。

100.00

示例

正常返回示例

JSON格式

{
  "Code": "Success",
  "Message": "Successful!",
  "RequestId": "7EA6C02D-06D0-4213-9C3B-E67910F7D1EB",
  "Success": true,
  "Data": {
    "PrepaidCard": [
      {
        "Status": "Available",
        "ExpiryTime": "2019-08-04 01:39:11",
        "GrantedTime": "2019-08-04 01:39:11",
        "NominalValue": "100.00",
        "EffectiveTime": "2019-08-04 01:39:11",
        "PrepaidCardNo": "Q-7edaab979fc9",
        "ApplicableScenarios": "阿里云按量付費賬單,阿里云新購",
        "PrepaidCardId": 213432432,
        "ApplicableProducts": "通用",
        "Balance": "100.00"
      }
    ]
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息
400NotApplicableThis API is not applicable for caller.
400NotAuthorizedThis API is not authorized for caller.
400MissingParameter Some parameters arte mandatoryfor this request.
400InvalidParameterSome parameters are not valid.
400InvalidOwnerThe specifiedowner doesn’t belong to caller
400InternalErrorThe request processing has failed due to some unknown error, exception or failure.
500UndefinedErrorThe request processing has failed due to some unknown error.

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

變更歷史

變更時間變更內(nèi)容概要操作
暫無變更歷史