更新时间:2024-01-17 17:03:19
名称 | 说明 |
---|---|
协议 | HTTP POST |
编码格式 | UTF8 |
Content-Type | application/json |
URL(新加坡) | http://intapi.sgap.253.com/balance/json |
URL(上海节点 ) | https://intapi.253.com/balance/json |
参数名 | 类型 | 是否必须 | 描述 | 示例 |
---|---|---|---|---|
account | string | 是 | API 账号 | "account":"I9000001" |
password | string | 是 | API 密码 | "password":"ABCdef15301" |
{ "code": "0",//状态码 "error": "",//状态码说明(成功返回空字符串) "balance": "7.298" //剩余可用余额,保留三位小数点 }