|
|
@ -254,9 +254,10 @@ public class WarrantServiceImpl implements WarrantService { |
|
|
|
} |
|
|
|
request.setMarkdown(markdown); |
|
|
|
log.info("robot需要发送的内容为:"+markdown.getText()); |
|
|
|
String url = "https://oapi.dingtalk.com/robot/send?access_token=2438902efbcc15909deb7076963c5cbe2d6fdbfdb9d66750faab2f2cce6eb09f"; |
|
|
|
String secret = "SECe3c785dd254659608667a4a623acc5a0395636143411617f6e36838b48941e74"; |
|
|
|
String url = "https://oapi.dingtalk.com/robot/send?access_token=b5b403239205c95930f7291f1c2a8dd838640b22432ccb2dfa0c6d5e47d14892"; |
|
|
|
String secret = "SEC54dfa7dfa877ea3ea81be14c7a6ae7e2c499b7a148d818d2a68c69f3df08ddfe"; |
|
|
|
HttpClientManager.getInstance().sendDingMsg(JSON.toJSONString(request),url,secret); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|