且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

更新作曲者后,PHP对讲机无法正常工作

更新时间:2021-08-25 07:49:36

我自己弄清楚了. 问题出在PHP版本上.我使用的是php-5.5,对讲机库严格要求PHP版本> = 5.6.

I figured it out myself. The problem was with PHP version. I am using php-5.5 and the intercom library strictly requires PHP version >= 5.6 .

使用对讲API创建我自己的库,以使其适用于php-5.5.

Created my own library using Intercom APIs to get it work for php-5.5.