|
@@ -595,8 +595,8 @@ if (!function_exists('localpath_to_netpath')) {
|
|
|
} elseif (strrpos($path, 'http') !== false) {
|
|
|
return $path;
|
|
|
} else {
|
|
|
- return config('pay_notify_url') . str_replace("\\", "/", $path);
|
|
|
-// return config('upload.cdnurl') . str_replace("\\", "/", $path);
|
|
|
+// return config('pay_notify_url') . str_replace("\\", "/", $path);
|
|
|
+ return config('upload.cdnurl') . str_replace("\\", "/", $path);
|
|
|
}
|
|
|
}
|
|
|
}
|