Skip to content

Commit

Permalink
Bulk send long message
Browse files Browse the repository at this point in the history
  • Loading branch information
ywchang0612 committed Dec 6, 2021
1 parent fbe5288 commit 342e192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ public function sendLongMessageBatch(array $messages)
$request = $this->client->newRequest(
'POST',
$this->client->buildUriWithQuery(
$this->client->getLongMessageBaseURL() . '/SpLmPost',
$this->client->getLongMessageBaseURL() . '/api/mtk/SmBulkSend',
['Encoding_PostIn' => 'UTF8']
),
'text/plain',
'application/x-www-form-urlencoded',
$body
);

Expand Down

0 comments on commit 342e192

Please sign in to comment.