feat: 新增iOS token截取,并回调到flutter业务层。

This commit is contained in:
Liuyf 2025-03-04 12:01:03 +08:00
parent ed2bd31147
commit 656df9ee91

View File

@ -635,7 +635,7 @@ static NSMutableArray<FlutterResult>* getRidResults;
@"code" : @0,
@"cmd" : @10000,
@"token" : tokenString,
@"platform" : @7,
@"platform" : @10,
};
NSLog(@"jpush onCommandResult params: %@", params);
[_channel invokeMethod:@"onCommandResult" arguments:params];