充值系统接口(新版)

用于所有平台充值用


卡密充值

[TOC]

简要描述
  • 卡密充值
请求URL
  • https://topup-api-test.bawanli.com/v1/pincode
请求方式
  • POST
参数
参数名 必选 类型 说明
country_code string 国家代码
operation_code string 电信商
order_no string 订单编号
amount string 金额
请求示例(加密前)
{
    "country_code": "lw",
    "operation_code": "ltc",
    "order_no": "434343434343",
    "msisdn": "000000",
    "amount": "1000",
    "package_code": "3434343"
}
返回示例(缅甸)
{
    "data": {
        "msg": "成功",
        "error": "00",
        "data": {
            "PinNumber": "535957002237"
        }
    }
}
返回参数说明(缅甸)
参数名 类型 说明
data int 相应数据
msg string 提示信息
error string 错误码
data int 详细数据
PinNumber string 卡密1 拨打使用
返回示例(越南)
{
    "data": {
        "msg": "成功",
        "error": "00",
        "data": {
            "pin_code": "535957002237",
            "series": "535957002237"
        }
    }
}
返回参数说明(越南)
参数名 类型 说明
data int 相应数据
msg string 提示信息
error string 错误码
data int 详细数据
pin_code string 卡密1 拨打使用
series string 卡密2
备注

页面列表

ITEM_HTML