支付回调
获取数据列表接口问题 token有效期 及 续期 订单详情 为null的情况 根据桌码获取shopid接口调整 首页 默认值
This commit is contained in:
@@ -30,6 +30,7 @@ public class CartConsumer {
|
||||
@RabbitListener(queues = {"${queue}"})
|
||||
public void listener(String message) {
|
||||
try {
|
||||
log.info("监听数据进入 "+message);
|
||||
JSONObject jsonObject = JSON.parseObject(message);
|
||||
String tableId = jsonObject.getString("tableId");
|
||||
String shopId = jsonObject.getString("shopId");
|
||||
@@ -70,7 +71,8 @@ public class CartConsumer {
|
||||
cartService.clearCart(jsonObject);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.getMessage();
|
||||
log.info("数据处理失败:{}",e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user