missing required header for this request: Appid, Bucket format should be


修改文件:crmeb/app/services/system/config/SystemStorageServices.php 按下图修改

if (4 === $type) {
$data['name'] = $data['name'] . '-' . sys_config('tengxun_appid');
}改完以后重新添加新的空间,之前添加的不能使用

