✏️ change the repo url

This commit is contained in:
Song
2021-01-31 19:29:12 +08:00
parent f3b6b74424
commit e0137ec171
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
|HREF|服务的 href,如 https://wechat-message.herokuapp.com/ ,注意后面要有 /|
### 一键部署
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Ecalose/message-pusher)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/songquanpeng/message-pusher)
## 发送消息的方式
1. 发送纯文本消息:直接 HTTP GET 请求 `https://你的域名/前缀/消息`,缺点是有字数限制,且只能是纯文本,这是微信模板消息的限制。
+2 -2
View File
@@ -55,6 +55,6 @@
"value": ""
}
},
"website": "https://github.com/Ecalose/message-pusher",
"repository": "https://github.com/Ecalose/message-pusher"
"website": "https://github.com/songquanpeng/message-pusher",
"repository": "https://github.com/songquanpeng/message-pusher"
}