📅  最后修改于: 2022-03-11 15:00:54.580000             🧑  作者: Mango
public function getConfig($config_path)
{
return $this->scopeConfig->getValue(
$config_path,
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
);
}