<?php declare(strict_types=1); namespace SixShop\AliyunWuliu; use SixShop\System\Trait\ConfigTrait; class Config { use ConfigTrait; public function getAppCode(): string { return $this->getConfig('app_code'); } }