mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-30 08:26:08 +08:00
Update notify.ts
This commit is contained in:
parent
14da719d99
commit
db056d63a7
|
@ -143,7 +143,7 @@ export default class NotificationService {
|
||||||
.post(url, {
|
.post(url, {
|
||||||
timeout: this.timeout,
|
timeout: this.timeout,
|
||||||
retry: 0,
|
retry: 0,
|
||||||
body: `payload={"text":"${this.title}"}`,
|
body: `payload={"text":"${this.title}\n${this.content}"}`,
|
||||||
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
|
||||||
})
|
})
|
||||||
.json();
|
.json();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user