简要描述:

  • 余额充值首页

请求域名:

请求URL:

GET/route=finance.balance-recharge.page

参数:

参数名 是否必须 类型 说明
plugin string 对应插件标识
city string 城市,page_template 等于 store_oil_station 时传
lng string 经度,page_template 等于 store_oil_station 时传
lat string 纬度,page_template 等于 store_oil_station 时传

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "recharge",
    "data": {
        "credit2": "10089.00",
        "display_switch": {
            "invoice": 0
        },
        "buttons": [
            {
                "code": "wechatH5",
                "name": "微信H5",
                "value": 50,
                "weight": 999,
                "other": []
            },
            {
                "code": "alipay",
                "name": "测试支付宝",
                "value": 2,
                "weight": 899,
                "other": []
            }
        ],
        "activity": [
            [
                {
                    "name": "充值活动",
                    "code": "shop",
                    "desc": [],
                    "value_type": "gift",
                    "value": [
                        "充值赠送积分, 比例:1余额等于0.1积分"
                    ]
                }
            ],
            {
                "name": "轻微的充值活动",
                "code": "store-oil-station",
                "desc": [
                    "活动时间:2024-05-14 00:00:00--2024-05-30 00:00:00"
                ],
                "value_type": "gift",
                "value": [
                    "充值满¥100,赠送2元余额",
                    "充值满¥1000,赠送20元余额",
                    "充值满¥100,赠送2元加油金",
                    "充值满¥1000,赠送20元加油金"
                ]
            }
        ],
        "plugins": {
            "store": {
                "id": 8,
                "store_name": "轻微的",
                "thumb": "http://demo.yun.cn/static/upload/images/6/2021/12/mojian.jpg",
                "province_id": 440000,
                "city_id": 440100,
                "district_id": 440111,
                "street_id": 440111008,
                "longitude": "12",
                "latitude": "21",
                "full_address": "广东省 广州市 白云区 新市街道 我的缺点"
            }
        }
    }
}

错误时返回:

{
    "result": 0, 
    "msg": "缺少访问参数", 
    "data": [ ]
}

返回参数说明:

参数名 类型 说明
credit2 float 会员余额数
display_switch obj 显示开关集合
buttons array 充值支付按钮组
activity array 充值活动数据组
plugins obj 插件其他信息

display_switch 参数说明:

参数名 类型 说明
invoice int 是否显示发票:1是0否

buttons 参数说明:

参数名 类型 说明
name string 支付名称
code string 支付标识
value int 支付方式值
weight int 排序

activity 参数说明:

参数名 类型 说明
name string 活动名称
code string 活动标识
desc array 活动说明,可能多条说明
value_type string 活动内容类型
value array 活动内容说明

plugins 参数说明:

参数名 类型 说明
store obj 门店信息

备注: