$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); } }