|
@@ -560,6 +560,20 @@ if (!function_exists('one_domain_image')) {
|
|
|
return $one;
|
|
|
}
|
|
|
}
|
|
|
+if (!function_exists('json_domain_image')) {
|
|
|
+//支持单个字段,需要增加domain_cdnurl
|
|
|
+//支持image,images
|
|
|
+ function array_domain_image($one)
|
|
|
+ {
|
|
|
+ if(!empty($one)){
|
|
|
+ foreach ($one as $key => $val) {
|
|
|
+ $one[$key] = localpath_to_netpath($val);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ return $one;
|
|
|
+ }
|
|
|
+}
|
|
|
if (!function_exists('localpath_to_netpath')) {
|
|
|
//本地地址转换为网络地址
|
|
|
function localpath_to_netpath($path)
|