配置拉卡拉分账SDK

This commit is contained in:
qinzexin 2025-08-01 16:02:11 +08:00
parent 60ad5db1db
commit 82d46ffb48
2 changed files with 5 additions and 1 deletions

View File

@ -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();
}

2
vendor/autoload.php vendored
View File

@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitf3106b6ef3260b6914241eab0bed11c1::getLoader();
return ComposerAutoloaderInit69bf50de87dfeff5e0726cba15a6b0fd::getLoader();