GET api/b2b/account/getcredit/{token}
賬戶信用額
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| token | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
賬戶信用額
ReturnResultOfB2BCreditAmountRSContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | B2BCreditAmountRSContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": {
    "creditLimit": 1.0,
    "warnCreditLimit": 2.0,
    "warnUpperCreditLimit": 3.0,
    "warnLowerCreditLimit": 4.0
  },
  "code": 1,
  "message": "sample string 2"
}