From 5b460a179ce1c0001602fcebf64027fefc67728a Mon Sep 17 00:00:00 2001 From: Liuyf Date: Mon, 24 Feb 2025 16:17:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9EiOS=20token=E6=88=AA?= =?UTF-8?q?=E5=8F=96=EF=BC=8C=E5=B9=B6=E5=9B=9E=E8=B0=83=E5=88=B0flutter?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Classes/JPushPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Classes/JPushPlugin.m b/ios/Classes/JPushPlugin.m index 339c481..790ca87 100644 --- a/ios/Classes/JPushPlugin.m +++ b/ios/Classes/JPushPlugin.m @@ -624,7 +624,7 @@ static NSMutableArray* getRidResults; NSLog(@"jpush didRegisterForRemoteNotificationsWithDeviceToken token: %@", tokenString); NSDictionary *params = @{ @"code" : @0, - @"cmd" : @100, + @"cmd" : @10000, @"token" : tokenString, @"platform" : @7, };