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

ChangeResellerConsumeAmount - 進行用戶 Quota 消費抵扣

更新時間:

接口說明

進行用戶 Quota 消費抵扣。

調試

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

授權信息

當前API暫無授權信息透出。

請求參數

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

消費金額調整方向 increase:增加,用戶消費增加金額 decrease:減少,用戶充值減少金額 [必填]

increase/decrease
Amountstring

調整金額,單位為元

10.00
Currencystring

幣種

CNY
BusinessTypestring

業務類型

quota_amount_adjust
Sourcestring

請求來源,填寫系統名稱即可

system
OutBizIdstring

外部業務主鍵 ID,用于做冪等性校驗使用

1647396865
ExtendMapstring

消息擴展字段。

{}

返回參數

名稱類型描述示例值
object
Codestring

調用失敗時,返回的錯誤碼。更多信息,請參見錯誤碼。

200
Messagestring

調用結果的附加信息。

successful
Datastring

修改后對應的 quota 賬本消費額度

300.00
RequestIdstring

請求 id。

D6E068C3-25BC-455A-85FE-45F0B22ECB1F
Successboolean

success=true 代表調用執行完成。success=false 代表執行出現錯誤。

true

示例

正常返回示例

JSON格式

{
  "Code": "200",
  "Message": "successful",
  "Data": "300.00",
  "RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
  "Success": true
}

錯誤碼

HTTP status code錯誤碼錯誤信息
400NotApplicableThis API is not applicable for caller.
400NotAuthorizedThis API is not authorized for caller.
400InternalErrorThe request processing has failed due to some unknown error, exception or failure.
400ParameterErrorMissing the must parameter.
400-1101The request processing has failed due to some unknown error.
500UndefinedErrorThe request processing has failed due to some unknown error.

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