GET api/Wallet/RechargeBySelf?selfFee={selfFee}&openId={openId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| selfFee | decimal number |
Required |
|
| openId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| state | integer |
None. |
|
| message | string |
None. |
|
| body | string |
None. |
|
| bodyT2 | string |
None. |
|
| key | string |
None. |
|
| dServersFee | decimal number |
None. |
|
| IsCharge | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 1,
"message": "sample string 2",
"body": "sample string 3",
"bodyT2": "sample string 4",
"key": "sample string 5",
"dServersFee": 6.0,
"IsCharge": true
}