2

我的代码是

include "src\whatsprot.class.php"; 
$username = "91xxxxxxxxxxxx"; //Mobile Phone prefixed with country code so for india it will be 91xxxxxxxx 
$password = "password";
$identity = strtolower(urlencode(sha1($username, true)));
$w = new WhatsProt($username, $identity, "WhatsApp Messaging", true);

但是这部分代码

$w = new WhatsProt($username, $identity, "WhatsApp Messaging", true);

仅在远程服务器上给我以下错误

“网站在检索http://www.domain.com/WAPP/Chat-API-master/code.php时遇到错误,可能因维护而停机或配置错误。”

这段代码在我的本地机器上完美运行。

有什么问题?

4

0 回答 0