简要描述:
- 收银台前端样式
请求域名:
- http://xx.com
请求URL:
POST:plugin.store-cashier.frontend.cashier.center.getPaySet
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_id | 是 | int | 门店ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"current_page": 1,
"data": [
"cashier_style":{
"cashier_name":"收银台1",
"cashier_button":{
"1":{
"name":"1",
"url":"1"
},
"2":{
"name":"2",
"url":"2"
}
},
"cashier_background":"http://127.0.0.4/static/upload/images/3/2023/06/77c07c34b6de0ff3d564aa606410faf4.jpg",
"cashier_background_url":"http://127.0.0.4/static/upload/images/3/2023/06/77c07c34b6de0ff3d564aa606410faf4.jpg"
},
],
}
}
返回cashier_style参数说明:
参数名 | 类型 | 说明 |
---|---|---|
cashier_name | string | 收银台自定义名称 |
cashier_button | array | 按钮组 |
cashier_button.name | string | 按钮名称 |
cashier_button.url | string | 按钮跳转链接 |
cashier_background_url | string | 背景图 |