apple monitor msg modify
This commit is contained in:
parent
a4b0c5fcbc
commit
53f5735749
@ -131,7 +131,7 @@ public class AppleInventorySchedule {
|
||||
pushContentBuilder.append("**")
|
||||
.append(availableStoreName)
|
||||
.append("** <br />"));
|
||||
dingTalkMsgPushUtils.robotMarkdownMsgPush("苹果商店监控", null, null, pushContentBuilder.toString());
|
||||
dingTalkMsgPushUtils.robotMarkdownMsgPush("苹果商店监控", "前往购买", "https://www.apple.com/" + countryCode + "/shop/buy-iphone/iphone-" + deviceCode, pushContentBuilder.toString());
|
||||
} catch (Exception e) {
|
||||
log.error("AppleMonitor error", e);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user