apple monitor msg modify

This commit is contained in:
JiyangTang 2023-11-02 11:05:09 +08:00
parent a4b0c5fcbc
commit 53f5735749

View File

@ -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);
}