From abba9e50c8cda78b9ae1e897c5bb7e56d5720ee5 Mon Sep 17 00:00:00 2001 From: yzt <1924659848@qq.com> Date: Fri, 5 Aug 2022 10:14:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=B1=BB=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E4=B8=8D=E8=83=BD=E8=87=AA=E5=8A=A8=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/composer/autoload_classmap.php | 10 ++++++++++ vendor/composer/autoload_static.php | 13 ++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 66b31c4..2d1a3e8 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 e8bbcdf..40e062e 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) -- Gitee