$this->configCache->getConfigValueByKey(ConfigCode::APP_LOGO), 'about_us' => [ 'synopsis' => $this->configCache->getConfigValueByKey(ConfigCode::ABOUT_US_SYNOPSIS), 'jump_page' => [ [ 'title' => '营业执照', 'url' => $this->configCache->getConfigValueByKey(ConfigCode::BUSINESS_LICENSE) ], [ 'title' => '用户使用协议', 'url' => $this->configCache->getConfigValueByKey(ConfigCode::USER_AGREEMENT) ], [ 'title' => '用户隐私协议', 'url' => $this->configCache->getConfigValueByKey(ConfigCode::USER_PRIVACY_AGREEMENT) ], ] ] ]; return $this->return->success('success', $res); } }