有人可以幫助修改Twilio建議的代碼來搜索傳入的短信主體發送不同的響應? https://www.twilio.com/help/faq/sms/how-do-i-build-a-sms-keyword-response-application 需要更改代碼,以便它搜索關鍵字「日誌」的傳入SMS,例如「需要幫助登錄」,然後發送不同的響應。 /* Controller: Match the key
我想在PHP中運行Authy的演示。我已經安裝了Authy庫作曲,所以現在我可以用這樣的硬編碼值註冊用戶: $authy_api = new Authy\AuthyApi('<TESTING API KEY>', 'http://sandbox-api.authy.com'); // actual key omitted -- using the key generated for testing
我使用twilio PHP API獲得創建日期 https://www.twilio.com/docs/api/rest/account#instance-get-example-1 require_once('/path/to/twilio-php/Services/Twilio.php'); // Loads the library
// Your Account Sid and Auth