feat : spu
This commit is contained in:
@@ -35,6 +35,8 @@ class SystemConfigService extends BaseService
|
||||
{
|
||||
$res = [
|
||||
'logo' => $this->configCache->getConfigValueByKey(ConfigCode::APP_LOGO),
|
||||
'sundry_unit_price' => $this->configCache->getConfigValueByKey(ConfigCode::SUNDRY_UNIT_PRICE),
|
||||
'today_cut_off_time' => $this->configCache->getConfigValueByKey(ConfigCode::TODAY_CUT_OFF_TIME_KEY),
|
||||
];
|
||||
|
||||
return $this->return->success('success', $res);
|
||||
|
||||
Reference in New Issue
Block a user