Update smzdm_task.js

This commit is contained in:
Hex
2023-03-06 13:49:20 +08:00
parent 1eef2ddcac
commit dbec863454

View File

@@ -623,7 +623,7 @@ class SmzdmBot {
method: 'post',
headers: this.getHeaders(),
data: {
token: this.oken(),
token: this.token,
article_id: articleId,
channel_id: channelId
}