|
@@ -167,7 +167,7 @@ namespace XYY.Core.Standard.AliYun
|
|
|
/// <returns></returns>
|
|
|
public string GetPublicCDN(string fileName)
|
|
|
{
|
|
|
- string endPoint = _aliYunConfig.CDNEndPoint;
|
|
|
+ string endPoint = "http://label3.oss-cn-guangzhou-internal.aliyuncs.com/";
|
|
|
return GetCDN(fileName, endPoint).Replace("-internal", "");
|
|
|
|
|
|
}
|