測試LINE BOT Webhook
API 及 SDK都串接好了, 應該來做個小小的內部測試吧
Header
RequestBody
{
"replyToken": "nHuyWiB7yP5Zw52FIkcQobQuGDXCTA",
"type": "message",
"timestamp": 1462629479859,
"source": {
"type": "user",
"userId": "U4af4980629..."
},
"message": {
"id": "325708",
"type": "text",
"text": "Hello, world!"
}
}
使用Postman進行測試



Last updated