作者 王智

xiugai

@@ -2408,6 +2408,8 @@ class Algorithm extends Api @@ -2408,6 +2408,8 @@ class Algorithm extends Api
2408 if (!empty($SleepHeight)) { 2408 if (!empty($SleepHeight)) {
2409 //商品信息 $GoodsList 2409 //商品信息 $GoodsList
2410 $GoodsList = $this->SelectGoodsList($SleepHeight['Goods_ids'], 1, $Question); 2410 $GoodsList = $this->SelectGoodsList($SleepHeight['Goods_ids'], 1, $Question);
  2411 + dump($GoodsList);
  2412 + die;
2411 $Return = [ 2413 $Return = [
2412 //icon 2414 //icon
2413 'Icon' => cdnurl($SleepHeight['icon_image']), 2415 'Icon' => cdnurl($SleepHeight['icon_image']),