1、在數(shù)據(jù)庫執(zhí)行下sql
INSERT INTO `eb_system_config` (`id`, `menu_name`, `type`, `input_type`, `config_tab_id`, `parameter`, `upload_type`, `required`, `width`, `high`, `value`, `info`, `desc`, `sort`, `status`) VALUES (null, 'tengxun_appid', 'text', 'input', 34, '', 0, '', 0, 0, '\"\"', '騰訊云APPID', '騰訊云APPID', 0, 1);
2、文件地址
crmeb\services\upload\storage\Cos.php
給下圖地方加上此代碼
代碼:
$this->appid = $config['appid'] ?? null;
3、替換文件
文件地址:crmeb/services/UploadService.php
4、重啟下守護(hù)進(jìn)程