作者 王智

xiugai

... ... @@ -2408,15 +2408,13 @@ class Algorithm extends Api
if (!empty($SleepHeight)) {
//商品信息 $GoodsList
$GoodsList = $this->SelectGoodsList($SleepHeight['Goods_ids'], 1, $Question);
dump($GoodsList);
die;
$Return = [
//icon
'Icon' => cdnurl($SleepHeight['icon_image']),
//盒子名称
'Title' => $SleepHeight['title'],
//商品
'GoodsArray' => $GoodsList,
'GoodsArray' => array_values($GoodsList),
];
} else {
$Return = [];
... ...