是不是填写了CDN,请在加上http
crmeb\services\upload\storage\Qiniu.php
第193行,多了个$this删除掉
public function thumb(string $key = '')
{
if (
this->thumb_status && key) {
key = key . '?imageMogr2/thumbnail/!' . $this->thumb_rate . 'p';
}
return $key;
}
修改后为这样就好了