|
|
@@ -155,9 +155,9 @@ public class ConsumptionEventHandler implements HikEventHandler {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String broadcastVoice = isCountMode ? "刷卡成功":"消费成功";
|
|
|
+ String broadcastVoice = isCountMode ? "刷卡成功":"支付成功";
|
|
|
if(!answerResult){
|
|
|
- broadcastVoice = isCountMode ? "刷卡失败":"消费失败";
|
|
|
+ broadcastVoice = isCountMode ? "刷卡失败":"支付失败";
|
|
|
// 提示刷卡失败的原因
|
|
|
broadcastVoice += reason;
|
|
|
confirmBo.setReason("platformException");
|
|
|
@@ -172,7 +172,7 @@ public class ConsumptionEventHandler implements HikEventHandler {
|
|
|
contentInfo.setContent(deptName);
|
|
|
if(!answerResult){
|
|
|
contentInfo.setTitle(consumptionEvent.getName()+ " "+deptName);
|
|
|
- contentInfo.setContent("消费失败原因:"+reason);
|
|
|
+ contentInfo.setContent("失败原因:"+reason);
|
|
|
}
|
|
|
confirmBo.setContentInfo(contentInfo);
|
|
|
|