|
|
|
@ -63,6 +63,7 @@ public class OrderUserQueryController { |
|
|
|
|
|
|
|
HashMap<String, String> body = new HashMap<>(); |
|
|
|
body.put("Msgtype", "markdown"); |
|
|
|
body.put("toastType", "提醒"); |
|
|
|
body.put("content", msg); |
|
|
|
body.put("contextSize", "2000"); |
|
|
|
dingTalkWarningUtil.send("aac04fe8b940a53244d21607ff2801df95b9e8461b30319ef5ea4fd1915903ea", body); |
|
|
|
|