web端仓库优化适配多商户

This commit is contained in:
Devil
2021-07-06 23:57:03 +08:00
parent ae9b15fd90
commit 6555430624
16 changed files with 82 additions and 18 deletions

View File

@ -474,5 +474,18 @@ class SystemBaseService
// 获取内容
return ConfigService::ConfigContentRow('common_agreement_'.$params['document']);
}
/**
* 附件地址
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
* @date 2021-07-06
* @desc description
*/
public static function AttachmentHost()
{
return config('shopxo.attachment_host');
}
}
?>