|
|
@@ -62,7 +62,6 @@ class MqController extends Controller
|
|
|
while ($count = Yii::$app->redis->executeCommand('LLEN', [$noticeKey])) {
|
|
|
$json = Yii::$app->redis->executeCommand('RPOP', [$noticeKey]);
|
|
|
if (!empty($json)) {
|
|
|
- echo $json;die;
|
|
|
$arr = json_decode($json, true);
|
|
|
$shopId = $arr['shopId'] ?? 0;
|
|
|
if (!empty($shopId)) {
|