From 4d3c83a056ebfa519c5e514d13e0eefa7d7f28a3 Mon Sep 17 00:00:00 2001 From: linjuchen Date: Thu, 4 Jun 2020 10:01:38 +0800 Subject: [PATCH] 'bizwx' --- src/bizWx/autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }