fix channel id and gateway id
This commit is contained in:
parent
957c349870
commit
6f29f5d865
1 changed files with 4 additions and 4 deletions
|
|
@ -147,8 +147,8 @@
|
||||||
params: {
|
params: {
|
||||||
to: this.to,
|
to: this.to,
|
||||||
from: this.from,
|
from: this.from,
|
||||||
channelId: this.channelId,
|
channel_id: this.channelId,
|
||||||
gatewayId: this.gatewayId,
|
gateway_id: this.gatewayId,
|
||||||
count: this.count,
|
count: this.count,
|
||||||
order: "desc",
|
order: "desc",
|
||||||
last_id: this.oldestMessageId,
|
last_id: this.oldestMessageId,
|
||||||
|
|
@ -194,8 +194,8 @@
|
||||||
params: {
|
params: {
|
||||||
to: this.to,
|
to: this.to,
|
||||||
from: this.from,
|
from: this.from,
|
||||||
channelId: this.channelId,
|
channel_id: this.channelId,
|
||||||
gatewayId: this.gatewayId,
|
gateway_id: this.gatewayId,
|
||||||
count: this.count,
|
count: this.count,
|
||||||
order: "asc",
|
order: "asc",
|
||||||
last_id: this.latestMessageId,
|
last_id: this.latestMessageId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue