|
|
@@ -62,6 +62,7 @@ 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)) {
|