Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kol4k committed Mar 1, 2018
1 parent 936c517 commit 1f6bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Services/GetMessageService.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function replySend($formData)
$this->client = new CurlHTTPClient(env('LINE_BOT_ACCESS_TOKEN'));
$this->bot = new LINEBot($this->client, ['channelSecret' => env('LINE_BOT_SECRET')]);

$response = $this->bot->replyText($replyToken, $susi->getFunction());
$response = $this->bot->replyText($replyToken, 'xx'.$susi->getFunction());

if ($response->isSucceeded()) {
logger("reply success!!");
Expand Down

0 comments on commit 1f6bdb8

Please sign in to comment.