Commit 17020f01 by guojuxing

联合商户用户域资源通知日志添加

parent 472f5fa7
......@@ -159,6 +159,7 @@ public class ResourceGroupApiServiceImpl implements ResourceGroupApiService{
Map<String, Object> params = new HashMap<>(4);
params.put("unionEnterpriseAuthResNoticeDTO", unionEnterpriseAuthResNoticeDTO);
try {
logger.info("联合商户资源授权通知");
client.sendMessage("syncResourceAuthChangeMQ", JSONObject.toJSONString(params));
} catch (Exception e) {
logger.warn("联合商户资源授权路由:{}", 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