|
@@ -47,16 +47,16 @@ class KefuConfigLogic extends BaseLogic
|
|
|
];
|
|
];
|
|
|
$config = [
|
|
$config = [
|
|
|
'mnp' => ConfigService::get('kefu_config', 'mnp', $defaultData),
|
|
'mnp' => ConfigService::get('kefu_config', 'mnp', $defaultData),
|
|
|
- 'oa' => ConfigService::get('kefu_config', 'oa', $defaultData),
|
|
|
|
|
- 'h5' => ConfigService::get('kefu_config', 'h5', $defaultData),
|
|
|
|
|
- 'pc' => ConfigService::get('kefu_config', 'pc', $defaultData),
|
|
|
|
|
- 'app' => ConfigService::get('kefu_config', 'app', $defaultData),
|
|
|
|
|
|
|
+// 'oa' => ConfigService::get('kefu_config', 'oa', $defaultData),
|
|
|
|
|
+// 'h5' => ConfigService::get('kefu_config', 'h5', $defaultData),
|
|
|
|
|
+// 'pc' => ConfigService::get('kefu_config', 'pc', $defaultData),
|
|
|
|
|
+// 'app' => ConfigService::get('kefu_config', 'app', $defaultData),
|
|
|
];
|
|
];
|
|
|
if (!empty($config['mnp']['qr_code'])) $config['mnp']['qr_code'] = FileService::getFileUrl($config['mnp']['qr_code']);
|
|
if (!empty($config['mnp']['qr_code'])) $config['mnp']['qr_code'] = FileService::getFileUrl($config['mnp']['qr_code']);
|
|
|
- if (!empty($config['oa']['qr_code'])) $config['oa']['qr_code'] = FileService::getFileUrl($config['oa']['qr_code']);
|
|
|
|
|
- if (!empty($config['h5']['qr_code'])) $config['h5']['qr_code'] = FileService::getFileUrl($config['h5']['qr_code']);
|
|
|
|
|
- if (!empty($config['pc']['qr_code'])) $config['pc']['qr_code'] = FileService::getFileUrl($config['pc']['qr_code']);
|
|
|
|
|
- if (!empty($config['app']['qr_code'])) $config['app']['qr_code'] = FileService::getFileUrl($config['app']['qr_code']);
|
|
|
|
|
|
|
+// if (!empty($config['oa']['qr_code'])) $config['oa']['qr_code'] = FileService::getFileUrl($config['oa']['qr_code']);
|
|
|
|
|
+// if (!empty($config['h5']['qr_code'])) $config['h5']['qr_code'] = FileService::getFileUrl($config['h5']['qr_code']);
|
|
|
|
|
+// if (!empty($config['pc']['qr_code'])) $config['pc']['qr_code'] = FileService::getFileUrl($config['pc']['qr_code']);
|
|
|
|
|
+// if (!empty($config['app']['qr_code'])) $config['app']['qr_code'] = FileService::getFileUrl($config['app']['qr_code']);
|
|
|
|
|
|
|
|
return $config;
|
|
return $config;
|
|
|
}
|
|
}
|