简要描述:
- 货币支付
请求域名:
- http://xx.com
请求URL:
POST/wapapi/Member/currencyPay
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
out_trade_no | 是 | string | 支付单号 |
password | 是 | string | 密码 |
gas | 是 | floatval | gwei |
symbol | 是 | string | 货币符号 |
返回示例:
正确时返回:
{
"code": 1,
"message": 支付处理中
}
错误时返回:
{
"code": -1,
"message": "invalid appid"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
code | int | 1支付处理中,-1错误 0其他错误 |
备注:
- 更多返回错误代码请看首页的错误代码描述