From f51c64c9a281e351779b2fb01d9a0c5b0713c9db Mon Sep 17 00:00:00 2001 From: wkb Date: Sun, 8 Feb 2026 14:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0app=E8=B0=83=E7=94=A8js?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/app_bridge.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/utils/app_bridge.dart b/lib/utils/app_bridge.dart index b4474ac..cc0e1e4 100644 --- a/lib/utils/app_bridge.dart +++ b/lib/utils/app_bridge.dart @@ -131,6 +131,9 @@ enum FromFlutterAppEnum { redDiamondRecharge('diamond_recharge'), //钻石充值 shareFinished('share_finished'), //分享完成 cpSendRingCallBack('cp_send_ring_callback'), //送戒指后回调 + //通知回调,用于原生app通知Js,传回type字段用于标识不同场景 + // type: 1恩爱节发送告白礼物成功, + commonNotificationCallBack('commom_notification_callback'), defaultCode(''); const FromFlutterAppEnum(this.code);