Merge remote-tracking branch 'origin/feature/REQ-2993' into feature/REQ-2993
This commit is contained in:
commit
0008dbf3a0
@ -28,7 +28,7 @@ public class PageElementController implements PageElementApi {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ApiResult<Void> report(PageElementReportReq req) {
|
public ApiResult<Void> report(PageElementReportReq req) {
|
||||||
saasPageElementService.report(req);
|
// saasPageElementService.report(req);
|
||||||
return ApiResult.ok();
|
return ApiResult.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -67,7 +67,7 @@ public class SendDingTalkHandler implements InitializingBean {
|
|||||||
sb.append("旧code:" + payload.getOldValue().getUniCode());
|
sb.append("旧code:" + payload.getOldValue().getUniCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
DingTalkUtil.sendMessage(sb.toString(), ACCESS_TOKEN, SECRET);
|
// DingTalkUtil.sendMessage(sb.toString(), ACCESS_TOKEN, SECRET);
|
||||||
log.info("end send dingTalk rocketmq event: {}", event);
|
log.info("end send dingTalk rocketmq event: {}", event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user