修改绑定卡片,不需要uuid

This commit is contained in:
HycJack
2026-05-08 10:32:16 +08:00
parent 3866cfc84a
commit 6eb548ab41
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ class TalkingQMQTTService:
return "004"
async def send_bind_nfc_command(self, device_id: str, uuid: str) -> str:
async def send_bind_nfc_command(self, device_id: str) -> str:
topic = f"device/{device_id}/command"
payload = {
"msg_id": "006",