...
|
...
|
@@ -2408,6 +2408,8 @@ 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']),
|
...
|
...
|
|