...
|
...
|
@@ -1458,7 +1458,7 @@ class Car extends Base |
|
|
ksort($charArray);
|
|
|
|
|
|
$indexList = array_keys($charArray);
|
|
|
$itemArr = array_values($charArray);
|
|
|
$itemArr = array_values($newlist);
|
|
|
}
|
|
|
array_unshift($indexList, "*");
|
|
|
$this->success("数据获取成功", ["indexList" => $indexList, "itemArr" => $itemArr]);
|
...
|
...
|
|