简要描述:
- 门店消费卡核销,店长、操作员扫码确认核销接口
请求域名:
- http://xx.com
请求URL:
POST/route=plugin.store-card.Frontend.Modules.Verifier.Controllers.audit.page
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
hold_id | 否 | int | 消费卡持有ID |
store_id | 否 | string | 核销门店ID |
返回示例:
正确时返回:
{
result: 1,
msg: "ok",
data:- {
amount: "200.00",
card_name: "消费卡四1"
}
}
错误时返回:
{
result: 0,
msg: "错误消息",
data:[]
}
返回参数data说明:
参数名 | 类型 | 说明 |
---|---|---|
amount | float | 消费卡额度 |
card_name | string | 消费卡名称 |
备注:
- 更多返回错误代码请看首页的错误代码描述