You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include './vendor/autoload.php';
use Jonexyz\OpenWechat;
$res = new OpenWechat('账号','密码'); //实例化对象
$res->do_login(); //执行登录操作
var_dump($res->do_getAppList()); // 获取应用列表