{"id":3322,"date":"2025-12-03T18:02:27","date_gmt":"2025-12-03T10:02:27","guid":{"rendered":"https:\/\/blog.quantoyo.com\/?p=3322"},"modified":"2025-12-03T18:02:27","modified_gmt":"2025-12-03T10:02:27","slug":"line-bot-php%e4%b8%bb%e5%8b%95%e6%8e%a8%e9%80%81","status":"publish","type":"post","link":"https:\/\/blog.quantoyo.com\/?p=3322","title":{"rendered":"LINE BOT &#8211; PHP\u4e3b\u52d5\u63a8\u9001"},"content":{"rendered":"\n<p>\u4e3b\u52d5\u63a8\u9001\u8a0a\u606f\u6703\u6d88\u8017\u5b98\u65b9\u5e33\u865f\u7684\u767c\u8a0a\u606f\u984d\u5ea6\uff08\u514d\u8cbb\u7684\u5e33\u865f\u4e00\u500b\u6708\u53ef\u4ee5\u767c200\u6b21\uff09<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>\u7c21\u55ae\u4f86\u8b1b\uff0c\u4e00\u6a23\u9700\u8981line \u4e32\u63a5\u7528\u7684channelToken<br>\u53e6\u5916\u9664\u4e86 API  \u4e4b\u5916\uff0c\u9700\u8981\u4f7f\u7528\u5230Client<\/p>\n\n\n\n<pre class=\"wp-block-code has-cyan-bluish-gray-background-color has-background has-small-font-size\"><code>&lt;?php\nrequire_once __DIR__ . '\/vendor\/autoload.php';   \/\/\u7b2c\u4e00\u7bc7LINE \u6709\u63d0\u4f9b\u6a94\u6848\n\nuse GuzzleHttp\\Client;\nuse LINE\\Clients\\MessagingApi\\Configuration;\nuse LINE\\Clients\\MessagingApi\\Api\\MessagingApiApi;\nuse LINE\\Clients\\MessagingApi\\Model\\PushMessageRequest;\nuse LINE\\Clients\\MessagingApi\\Model\\TextMessage;\nuse LINE\\Clients\\MessagingApi\\Model\\ImageMessage;\nuse LINE\\Clients\\MessagingApi\\Model\\URIAction;\nuse LINE\\Clients\\MessagingApi\\Model\\MessageAction;\nuse LINE\\Clients\\MessagingApi\\Model\\TemplateMessage;\nuse LINE\\Clients\\MessagingApi\\Model\\ButtonsTemplate;\n\n\n$client = new Client();\n$config = new Configuration();\n$config->setAccessToken($channelToken);\n$messagingApi = new MessagingApiApi($client, $config);\n\/\/ \u5047\u8a2d\u4f60\u5df2\u5f9e\u8cc7\u6599\u5eab\u53d6\u5f97 userId (\u56e0\u70ba\u662f\u975e\u540c\u6b65\u7684\uff0c\u6240\u4ee5\u9700\u8981\u77e5\u9053\u8981\u50b3\u9001\u7684\u90a3\u500b\u4eba\u7684userId)\n$userId = $LINEUserId;\n\n$msg = \"\u9019\u662f\u6e2c\u8a66\u7528\u7684\";\n\n$message&#91;] = new TextMessage(&#91;\n        'type' => 'text',\n        'text' => $msg\n    ]);\n\n\n\/\/ \u767c\u9001\u63a8\u9001\u8a0a\u606f\ntry {\n    $response = $messagingApi->pushMessage($request);\n\n} catch (\\LINE\\Clients\\MessagingApi\\ApiException $e) {\n    error_log(\"Push message failed: Code=\" . $e->getCode() . \", Body=\" . $e->getResponseBody());\n}\n?>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e3b\u52d5\u63a8\u9001\u8a0a\u606f\u6703\u6d88\u8017\u5b98\u65b9\u5e33\u865f\u7684\u767c\u8a0a\u606f\u984d\u5ea6\uff08\u514d\u8cbb\u7684\u5e33\u865f\u4e00\u500b\u6708\u53ef\u4ee5\u767c200\u6b21\uff09<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[72,70,623,625,624],"class_list":["post-3322","post","type-post","status-publish","format-standard","hentry","category-technology","tag-bot","tag-line","tag-messagingapiapi","tag-625","tag-624"],"_links":{"self":[{"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=\/wp\/v2\/posts\/3322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3322"}],"version-history":[{"count":1,"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=\/wp\/v2\/posts\/3322\/revisions"}],"predecessor-version":[{"id":3323,"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=\/wp\/v2\/posts\/3322\/revisions\/3323"}],"wp:attachment":[{"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.quantoyo.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}