欢豆对接福禄。用于用欢豆充值手机电话费直冲下单
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| version | String | 必须 | 1.0.0 | 版本号 | |
| ht_order_no | String | 必须 | 12341234 | 欢行订单号 | |
| product_number | String | 必须 | 1 | 商品编号 | |
| charge_account | String | 必须 | 12345678910 | 手机号码 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| error_code | String | 0 | 返回码 |
| error_message | String | 接口调用成功 | 返回码描述 |
| ht_order_no | String | 12341234 | 欢行订单号(保证是同一个订单) |
| is_order_success | Boolean | true | 调用是否成功 |
{"ht_order_no":"12341234","charge_account":"12345678910","version":"1.0.0","product_number":"1"}
{
"error_code":"0",
"error_message":"接口调用成功",
"ht_order_no":"12341234",
"is_order_success":true
}
{"error_message":"Illegal request","is_order_success":"false","error_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|