最近更新时间:2024-04-11 17:37:39
本文档描述如何获取账户余额。
名称 | 类型 | 必须 | 长度限制(字符) | 描述 |
---|---|---|---|---|
Action | String | 是 | 确定值 | 操作接口名,系统规定参数,取值: |
Version | String | 是 | 确定值 | API版本,固定为 |
subject | Int | 否 | 1:金山云,2:边缘云 默认值:1 |
名称 | 类型 | 描述 |
---|---|---|
RequestId | String | 当前请求的RequestId |
data | 账户余额数据 |
错误代码(Code) | 错误消息(Message) | HTTP 状态码 | 中文描述(语义) |
---|---|---|---|
InvalidParameter | There is one or more invalid parameter(%s). | 400 | 参数%s错误,具体参数名在%s说明 |
MissingParameter | A required parameter for the specified action is not supplied. | 400 | 忘记必选参数%s,具体参数名在%s说明 |
curl -X GET|POST
'http://kingpay.api.ksyun.com/?Action=QueryCashWalletAction&Version=V1'
-H 'authorization: xxx, SignedHeaders=content-type;host;x-amz-date, Signature=xxx'
-H 'cache-control: no-cache'
-H 'content-type: form/x-www-form-urlencode'
-H 'host: kingpay.ksyun.com.com'
-H 'x-amz-date: 20170720T022802Z'
-d '{"subject":"1"}'
* JSON格式
{
"status": 200,
"request_id": "3c4366ad-5e13-45e8-9d89-4c7b9aff9c17",
"data": {
"userId": 2000068605,
"availableAmount": 126.06,
"rewardAmount": 0,
"frozenAmount": 0,
"currency": "CNY"
}
}
纯净模式
鼠标选中内容,快速反馈问题