diff --git a/WeChatPublicNumberPushInformation.py b/WeChatPublicNumberPushInformation.py index 68388b8..cd84c94 100644 --- a/WeChatPublicNumberPushInformation.py +++ b/WeChatPublicNumberPushInformation.py @@ -265,7 +265,7 @@ class WeChatPushMessage: "touser": user, "template_id": TEMPLATE_ID, - "url": "http://www.baidu.com", + "url": "heartSpin.html", "topcolor": "#FF0000", "data": { "today": {"value": time_, "color": self.get_color()}, # 当前时间 diff --git a/heartSpin.html b/heartSpin.html new file mode 100644 index 0000000..1d6a74d --- /dev/null +++ b/heartSpin.html @@ -0,0 +1,84 @@ + + + + + + + Document + + + + +
+ + + + + + +
+
+
+
+ + +
+ + + + + + \ No newline at end of file