diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 66b31c416a46b1aed892f47ebe3cfff9e778f647..2d1a3e874208d028f41b06c395323e1d419daa13 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -86,4 +86,14 @@ return array( 'ClipboardContentParse' => $baseDir . '/api/ClipboardContentParse.php', 'JdCategorySearch' => $baseDir . '/api/JdCategorySearch.php', 'PddCategorySearch' => $baseDir . '/api/PddCategorySearch.php', + 'GoodsListV2WithOauth' => $baseDir . '/api/GoodsListV2WithOauth.php', + 'VipGoodsDetail' => $baseDir .'/api/VipGoodsDetail.php', + 'VipOrderList' => $baseDir .'/api/VipOrderList.php', + 'VipRefundOrderList' => $baseDir .'/api/VipRefundOrderList.php', + 'VipUserRecommend' => $baseDir .'/api/VipUserRecommend.php', + 'MtDataPromoteAbnormal' => $baseDir .'/api/MtDataPromoteAbnormal.php', + 'MtDataPromoteOrder' => $baseDir .'/api/MtDataPromoteOrder.php', + 'MtPromotionLink' => $baseDir .'/api/MtPromotionLink.php', + 'VipPromoteLink' => $baseDir .'/api/VipPromoteLink.php', + 'VipSearchByKeywords' => $baseDir .'/api/VipSearchByKeywords.php', ); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index e8bbcdfa096da44e2c25f96625a5552baeee98c3..40e062e57f3c953350d4e4e620d186f838e57ad0 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -6,7 +6,7 @@ namespace Composer\Autoload; class ComposerStaticInit5440ba73c44cba43cd74d7e60c8f1e2d { - public static $classMap = array ( + public static $classMap = array( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'DtkClient' => __DIR__ . '/../..' . '/api/DtkClient.php', 'GetActivityCatalogue' => __DIR__ . '/../..' . '/api/GetActivityCatalogue.php', @@ -87,6 +87,17 @@ class ComposerStaticInit5440ba73c44cba43cd74d7e60c8f1e2d 'ClipboardContentParse' => __DIR__ . '/../..' . '/api/ClipboardContentParse.php', 'JdCategorySearch' => __DIR__ . '/../..' . '/api/JdCategorySearch.php', 'PddCategorySearch' => __DIR__ . '/../..' . '/api/PddCategorySearch.php', + 'GoodsListV2WithOauth' => __DIR__ . '/../..' . '/api/GoodsListV2WithOauth.php', + 'VipGoodsDetail' => __DIR__ . '/../..' . '/api/VipGoodsDetail.php', + 'VipOrderList' => __DIR__ . '/../..' . '/api/VipOrderList.php', + 'VipRefundOrderList' => __DIR__ . '/../..' . '/api/VipRefundOrderList.php', + 'VipUserRecommend' => __DIR__ . '/../..' . '/api/VipUserRecommend.php', + 'MtDataPromoteAbnormal' => __DIR__ . '/../..' . '/api/MtDataPromoteAbnormal.php', + 'MtDataPromoteOrder' => __DIR__ . '/../..' . '/api/MtDataPromoteOrder.php', + 'MtPromotionLink' => __DIR__ . '/../..' . '/api/MtPromotionLink.php', + 'VipPromoteLink' => __DIR__ . '/../..' . '/api/VipPromoteLink.php', + 'VipSearchByKeywords' => __DIR__ . '/../..' . '/api/VipSearchByKeywords.php', + ); public static function getInitializer(ClassLoader $loader)