简要描述:
- 订单收银台支付金额转换成货币金额
请求域名:
- http://xx.com
请求URL:
POST/wapapi/addons/blockchain/blockchain/getBlockChainBalance
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
out_trade_no | 是 | string | 支付单号 |
gas | 是 | floatval | gas |
symbol | 是 | string | 货币符号 |
返回示例:
正确时返回:
{
"code": 200,
"data": {
"getGasPrice": "0.00003714",
"pay_money": 1250
}
}
错误时返回:
{
"code": -1,
"message": "invalid appid"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
pay_money | string | 支付货币金额 |
getGasPrice | string | gwei手续费 eos没有该手续费 |
备注:
- 更多返回错误代码请看首页的错误代码描述