1002.API Account Balance Inquiry
Brief Summary:- API Account Balance Inquiry
http://api.17vin.com:8080/?action=myapicount
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | |
| user | Yes | string | user=xxxxxx |
| token | Yes | string | token=xxxxxx |
{
"code":1,
"msg":"success",
"data":[
{
"Username":"testuser",
"Count":"余额:280.63元",
"Remark":"xxxx公司"
}
]
}
Response description
| Parameter | Type | Description |
|---|---|---|
| Username | string | user name |
| Count | int | Remaining queries: -1 indicates unlimited queries until expiration. |
| Remark | string |