mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
web端仓库优化适配多商户
This commit is contained in:
@ -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');
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user