全国流量包接口 为指定手机充值流量

全国流量包接口依据用户提供的请求为指定手机充值流量

接口名称:全国流量包接口

接口平台:聚合数据

提交流量充值

接口地址:http://v.juhe.cn/flow/recharge

支持格式:json

请求方式:http get/post

请求示例:http://v.juhe.cn/flow/recharge?key=您申请的KEY&phone=18913513535&pid=8&orderid=a1122111d&sign=721a3f667b0eb63f54517971181e7392

接口备注:按规定提交流量充值,详细说明:http://www.juhe.cn/news/index/id/160

JSON返回示例:

{
    "reason": "提交充值成功",
    "result": {
        "ordercash": "2.10",
        "cardname": "中国电信省内流量套餐10M",
        "sporder_id": "143212457209780362",
        "orderid": "a1122111ds1",
        "phone": "18913513535"
    },
    "error_code": 0
}

订单状态查询

接口地址:http://v.juhe.cn/flow/batchquery

请求示例:http://v.juhe.cn/flow/batchquery?key=&orderid=a1122111ds1,a1122111ds

接口备注:批量查询订单状态

JSON返回示例:

{
    "reason": "success",
    "result": [
        {
            "sporder_id": "143212190736432808",
            "uorderid": "a1122111ds",
            "game_state": "0",
            "state_remark": "充值中"
        },
        {
            "sporder_id": "143212457209780362",
            "uorderid": "a1122111ds1",
            "game_state": "1",
            "state_remark": "成功"
        }
    ],
    "error_code": 0
}


你可能感兴趣的:(接口,流量,充值)