shish 11 месяцев назад
Родитель
Сommit
910ccec236
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-mall/controllers/ChatController.php

+ 1 - 0
app-mall/controllers/ChatController.php

@@ -174,6 +174,7 @@ class ChatController extends BaseController
             }
         }
 
+
         $shopId = $callbackData['shopId'] ?? 0;
         $userId = $callbackData['userId'] ?? '';
         $key = 'has_remind_' . $shopId . '_' . $userId;