diff --git a/application/admin/controller/dyqc/ManystoreShop.php b/application/admin/controller/dyqc/ManystoreShop.php index 02de5ca..54ddaf6 100644 --- a/application/admin/controller/dyqc/ManystoreShop.php +++ b/application/admin/controller/dyqc/ManystoreShop.php @@ -27,6 +27,10 @@ class ManystoreShop extends Backend parent::_initialize(); $this->model = new \app\admin\model\dyqc\ManystoreShop; $this->view->assign("statusList", $this->model->getStatusList()); + + # 读取配置文件 + $config = new \Lakala\OpenAPISDK\V3\Configuration(); + } diff --git a/vendor/autoload.php b/vendor/autoload.php index 0859404..9e74159 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) { require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitf3106b6ef3260b6914241eab0bed11c1::getLoader(); +return ComposerAutoloaderInit69bf50de87dfeff5e0726cba15a6b0fd::getLoader();