POST trade/wechat_renew

仅对wechat支付使用

Request Information

URI Parameters

None.

Body Parameters

WechatRenewViewModel
NameDescriptionTypeAdditional 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

仅对wechat支付使用

DataResponseOfObject
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": {}
}