更新设备留言提示音地址

This commit is contained in:
stu2not
2026-05-09 11:01:56 +08:00
parent 6f9cc3e3e0
commit b611c2aca9

View File

@@ -344,7 +344,7 @@ class TalkingQMQTTService:
"status": "success", "status": "success",
"type": 0, "type": 0,
"params": { "params": {
"url": "http://175.24.73.253:8080/assets/audio/message_ok.mp3" "url": "http://101.35.224.118:8080/assets/audio/message_ok.mp3"
}, },
} }
await self._publish(f"device/{device_id}/event_resp", response_payload) await self._publish(f"device/{device_id}/event_resp", response_payload)
@@ -371,7 +371,7 @@ class TalkingQMQTTService:
"status": "success", "status": "success",
"type": 0, "type": 0,
"params": { "params": {
"url": "http://175.24.73.253:8080/assets/audio/message_ok.mp3" "url": "http://101.35.224.118:8080/assets/audio/message_ok.mp3"
}, },
}, },
) )