作者 王智

xiugai

... ... @@ -2366,7 +2366,7 @@ class Algorithm extends Api
//盒子名称
'Title' => $BodyResetHeight['title'],
//商品
'GoodsArray' => $GoodsList,
'GoodsArray' => array_values($GoodsList),
];
} else {
$Return = [];
... ...