作者 lyh

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6

... ... @@ -100,7 +100,7 @@ class TranslateLogic extends BaseLogic
// 去除重复项
$uniqueArray = array_unique($uniqueArray);
// 将字符串转换回多维数组
$uniqueArray = array_map('json_decode', $uniqueArray);
$uniqueArray = array_map('json_decode', $uniqueArray, array_fill(0, count($uniqueArray), true));
return $uniqueArray;
}
... ...