Commit 22348f60 by 徐康

日志

parent afc8345e
......@@ -1082,6 +1082,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
}
body.setSettlementAmount(settlementAmount);
MQMessage<OrderInfoRequest> mqMessage = new MQMessage<>(header, body);
ApiLog.info("邀请有礼发消息:"+JSON.toJSONString(mqMessage));
mqService.convertAndSend("topic-Exchange", "inviter-activity-queue", mqMessage);
//支付回掉成功标记
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment