Commit 90aa9c4f by 徐高华

订单企微支付成功处理激活码

parent 1eb6d2fa
......@@ -523,7 +523,7 @@ public class LicenceOrderApiServiceImpl implements LicenceOrderApiService {
try {
logger.info("订单企微支付,处理激活码={}",order.getWxEnterpriseId());
instance.sendMessage("qywxAddFeeMq", order.getWxEnterpriseId());
instance.sendMessage("qywxAddFeeMq", order.getWxEnterpriseId(),60);
} catch (Exception e) {
logger.info("发送消息处理异常:{}", e.getMessage(), e);
}
......
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