POST trade/alipay_renew
仅对支付宝支付使用
Request Information
URI Parameters
None.
Body Parameters
AliPayRenewViewModelName | Description | Type | Additional information |
---|---|---|---|
device_id | integer |
None. |
|
amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "device_id": 1, "amount": 2.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
仅对支付宝支付使用
DataResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": "sample string 4" }