| | |
| | | import cc.mrbird.febs.pay.util.Signature; |
| | | import cc.mrbird.febs.pay.util.Util; |
| | | import cc.mrbird.febs.pay.util.WechatConfigure; |
| | | import cc.mrbird.febs.rabbit.producter.AgentProducer; |
| | | import cn.hutool.core.collection.CollUtil; |
| | | import cn.hutool.core.date.DateUtil; |
| | | import cn.hutool.core.util.ObjectUtil; |
| | |
| | | private final IApiMallMemberWalletService memberWalletService; |
| | | private final IApiMallMemberService mallMemberService; |
| | | private final MallAgentRecordMapper mallAgentRecordMapper; |
| | | private final AgentProducer agentProducer; |
| | | private final IXcxPayService iXcxPayService; |
| | | private final WxFaPiaoService wxFaPiaoService; |
| | | private final XcxProperties xcxProperties = SpringContextHolder.getBean(XcxProperties.class); |
| | |
| | | 2 |
| | | ); |
| | | } |
| | | |
| | | agentProducer.sendOrderCoupon(order.getId()); |
| | | // agentProducer.sendGetScoreMsg(order.getId()); |
| | | |
| | | mallMoneyFlowService.addMoneyFlow( |
| | | order.getMemberId(), |