我试图使用我想从服务器上获取的一些数据自动生成whatsapp消息,因为我正在使用whtsapi来实现与whatsapp的聊天系统。虽然我正在尝试使用chatAPI的注册示例,但它正在提供此消息。请帮助 在此先感谢:)
<pre>
Array
(
[cc] => 91
[in] => 88XXXXXXXXX
[lg] => hi
[lc] => IN
[id] => 镅椒惮�eic"q鹵o}
[mistyped] => 6
[network_radio_type] => 1
[simnum] => 1
[s] =>
[copiedrc] => 1
[hasinrc] => 1
[rcmatch] => 1
[pid] => 3391
[rchash] => cac5d887b8b826ee373ed950f1d7eb8c69f34fa3809c96cf0792cfa18074d4a0
[anhash] => c98d49656ef76b4ecfb2cbb82d8bee17
[extexist] => 1
[extstate] => 1
[code] => 123456
)
stdClass Object
(
[login] => 9188XXXXXXXXX
[status] => fail
[reason] => old_version
)
</pre>
答案 0 :(得分:2)
chatAPI(据我所知,没有其他Whatsapp API)不再有效,因为Whatsapp的安全系统发生了变化(端到端加密)。
答案 1 :(得分:0)
您需要使用PHP Protobuf和Curve25519来启用端到端加密 如此处安装中所述 https://github.com/mgp25/Chat-API