@@ -702,7 +702,7 @@ class AutoReplyCardsMonitor(AutoReplyCardsMonitorConst):
msg_type = xml_obj.get("msg_type", None)
try:
match msg_type:
- case "33":
+ case "33" | "36":
cover_ok = await self.store_card(
task_id, index, msg_type, xml_obj
)