简要描述:
- 余额充值首页插件数据(后端配置\app\common\modules\shop\ShopConfig::current()->push('shop-foundation.balance.recharge-page', RechargePagePluginConfig::class);)
请求域名:
请求URL:
GET/route=finance.balance.balance
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"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": "广东省 广州市 白云区 新市街道 我的缺点"
}
"balance-reward": [
{
"title":"按钮一",
"content":"按钮一内容",
"plugin_code":"balance-reward-1"
}
]
}
}
}
plugins 参数说明:
参数名 | 类型 | 说明 |
---|---|---|
store | obj | 门店信息 |
balance-reward | obj | 充值奖励插件信息 |
-title | string | 标题 |
-button | array | 按钮组 |
- -title | string | 按钮标题 |
- -content | string | 按钮底部内容 |
- -plugin_code | sting | 支付时传的插件名 |