作者 刘朕
1 个管道 的构建 失败 耗费 6 秒

接口cdn前缀配置

... ... @@ -10,7 +10,7 @@ class Goods extends Model
{
public function getImageAttr($value)
{
return $value == '' ? '' : cdnurl($value);
return $value == '' ? '' : cdnurl($value,config('fastadmin.danghongyun_cdn_url'));
}
public static function GetList($Page)
... ...
... ... @@ -295,5 +295,7 @@ return [
'version' => '1.2.0.20210401_beta',
//API接口地址
'api_url' => 'https://api.fastadmin.net',
//当虹云CDN前缀
'danghongyun_cdn_url' => 'https://3mi18ger.images.danghongyun.com/'
],
];
... ...