Authored by xiaowei

PC分离Plugin

@@ -50,7 +50,7 @@ abstract class Factory @@ -50,7 +50,7 @@ abstract class Factory
50 // require dirname(__FILE__) . DS . $apiName . DS . 'Call.class.php'; 50 // require dirname(__FILE__) . DS . $apiName . DS . 'Call.class.php';
51 51
52 //$apiNameCase = ucfirst($apiName); 52 //$apiNameCase = ucfirst($apiName);
53 - $apiClass = "Plugin\Partner\\{$apiName}\Call"; 53 + $apiClass = "WebPlugin\Partner\\{$apiName}\Call";
54 54
55 self::$apiObjs[$apiName] = new $apiClass(); 55 self::$apiObjs[$apiName] = new $apiClass();
56 self::$apiObjs[$apiName]->apiName = $apiName; 56 self::$apiObjs[$apiName]->apiName = $apiName;