接口說明
進行用戶 Quota 消費抵扣。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AdjustType | string | 是 | 消費金額調整方向 increase:增加,用戶消費增加金額 decrease:減少,用戶充值減少金額 [必填] | increase/decrease |
Amount | string | 是 | 調整金額,單位為元 | 10.00 |
Currency | string | 是 | 幣種 | CNY |
BusinessType | string | 是 | 業務類型 | quota_amount_adjust |
Source | string | 是 | 請求來源,填寫系統名稱即可 | system |
OutBizId | string | 是 | 外部業務主鍵 ID,用于做冪等性校驗使用 | 1647396865 |
ExtendMap | string | 否 | 消息擴展字段。 | {} |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "successful",
"Data": "300.00",
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
"Success": true
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 |
---|---|---|
400 | NotApplicable | This API is not applicable for caller. |
400 | NotAuthorized | This API is not authorized for caller. |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. |
400 | ParameterError | Missing the must parameter. |
400 | -1101 | The request processing has failed due to some unknown error. |
500 | UndefinedError | The request processing has failed due to some unknown error. |
訪問錯誤中心查看更多錯誤碼。