配置拉卡拉分账SDK
This commit is contained in:
parent
60ad5db1db
commit
82d46ffb48
@ -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
2
vendor/autoload.php
vendored
@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInitf3106b6ef3260b6914241eab0bed11c1::getLoader();
|
||||
return ComposerAutoloaderInit69bf50de87dfeff5e0726cba15a6b0fd::getLoader();
|
||||
|
Loading…
x
Reference in New Issue
Block a user