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
5637d47865
commit
14da719d99
|
@ -138,7 +138,7 @@ export default class NotificationService {
|
||||||
|
|
||||||
private async chat() {
|
private async chat() {
|
||||||
const { chatUrl, chattoken } = this.params;
|
const { chatUrl, chattoken } = this.params;
|
||||||
const url = `${chatUrl}${chatUrl}`;
|
const url = `${chatUrl}${chattoken}`;
|
||||||
const res: any = await got
|
const res: any = await got
|
||||||
.post(url, {
|
.post(url, {
|
||||||
timeout: this.timeout,
|
timeout: this.timeout,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user