Update notify.ts

This commit is contained in:
Appoip 2022-09-04 01:21:55 +08:00 committed by GitHub
parent 5637d47865
commit 14da719d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,