正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -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']), |
-
请 注册 或 登录 后发表评论