From 945cf81d4879bd0eeb2a1737958730b653ec47b8 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 11 Jul 2024 17:31:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=81=E4=BF=A1=E5=8F=91=E9=80=81?= =?UTF-8?q?=E8=A1=A8=E6=83=85=E4=B8=8E=E6=96=B0=E7=89=88=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=EF=BC=88=E8=A2=AB=E9=99=8D=E7=BA=A7=E4=B8=BAtv?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/http/msg.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/msg.dart b/lib/http/msg.dart index f9698f17..6c8e4c16 100644 --- a/lib/http/msg.dart +++ b/lib/http/msg.dart @@ -285,7 +285,7 @@ class MsgHttp { 'msg[msg_status]': 0, 'msg[dev_id]': getDevId(), 'msg[timestamp]': DateTime.now().millisecondsSinceEpoch ~/ 1000, - 'msg[new_face_version]': 0, + 'msg[new_face_version]': 1, 'msg[content]': content, 'from_firework': 0, 'build': 0,