mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 07:56:06 +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() {
|
||||
const { chatUrl, chattoken } = this.params;
|
||||
const url = `${chatUrl}${chatUrl}`;
|
||||
const url = `${chatUrl}${chattoken}`;
|
||||
const res: any = await got
|
||||
.post(url, {
|
||||
timeout: this.timeout,
|
||||
|
|
Loading…
Reference in New Issue
Block a user