fix channel id and gateway id
This commit is contained in:
@ -147,8 +147,8 @@
|
||||
params: {
|
||||
to: this.to,
|
||||
from: this.from,
|
||||
channelId: this.channelId,
|
||||
gatewayId: this.gatewayId,
|
||||
channel_id: this.channelId,
|
||||
gateway_id: this.gatewayId,
|
||||
count: this.count,
|
||||
order: "desc",
|
||||
last_id: this.oldestMessageId,
|
||||
@ -194,8 +194,8 @@
|
||||
params: {
|
||||
to: this.to,
|
||||
from: this.from,
|
||||
channelId: this.channelId,
|
||||
gatewayId: this.gatewayId,
|
||||
channel_id: this.channelId,
|
||||
gateway_id: this.gatewayId,
|
||||
count: this.count,
|
||||
order: "asc",
|
||||
last_id: this.latestMessageId,
|
||||
|
Reference in New Issue
Block a user