diff --git a/src/bizWx/autoloader.php b/src/bizWx/autoloader.php index 702f414..bd8429b 100644 --- a/src/bizWx/autoloader.php +++ b/src/bizWx/autoloader.php @@ -25,7 +25,7 @@ public static function autoload($class) if (!isset($_map[$class])) { $class = explode('\\', $class); $rootpath = array_shift($class); - if ($rootpath != "bizWx") { + if ($rootpath != "WeixinAPI") { return; }