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