|
|
@@ -41,9 +41,9 @@ class MainController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- $goodsShortUrl = 'wx_mini_goods_short_url';
|
|
|
- $itemShortUrl = 'wx_mini_item_short_url';
|
|
|
- $imageShortUrl = 'wx_mini_image_short_url';
|
|
|
+ $goodsShortUrl = 'wx_mini_goods_short_url' . $shopId;
|
|
|
+ $itemShortUrl = 'wx_mini_item_short_url' . $shopId;
|
|
|
+ $imageShortUrl = 'wx_mini_image_short_url' . $shopId;
|
|
|
|
|
|
$goodsUrl = Yii::$app->redis->executeCommand('GET', [$goodsShortUrl]);
|
|
|
$imgUrl = Yii::$app->redis->executeCommand('GET', [$itemShortUrl]);
|