Commit 65495ead by guojuxing

微信接口调用日志

parent 6f4ba060
......@@ -411,6 +411,10 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
}
logger.info("微信跳转 url:{}", url);
ServiceResponse<String> serviceResponse = this.wxTemplateRouterApiService.sendForDownloadData(auditorDTO.getOpenid(), url, keyWord);
userApiService.saveWechatHandleLog("openId:" + auditorDTO.getOpenid() + ";url:" + url,
JSON.toJSONString(serviceResponse), "发送微信审核模板",
"com.gic.marketing.process.api.service.tmpl.WxTemplateRouterApiService.sendForDownloadData");
logger.info("微信跳转结果:{},{}", serviceResponse.isSuccess(), serviceResponse.getMessage());
}
}
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