feat: 新增iOS token截取,并回调到flutter业务层
This commit is contained in:
parent
807ddb8e39
commit
5b460a179c
@ -624,7 +624,7 @@ static NSMutableArray<FlutterResult>* getRidResults;
|
||||
NSLog(@"jpush didRegisterForRemoteNotificationsWithDeviceToken token: %@", tokenString);
|
||||
NSDictionary *params = @{
|
||||
@"code" : @0,
|
||||
@"cmd" : @100,
|
||||
@"cmd" : @10000,
|
||||
@"token" : tokenString,
|
||||
@"platform" : @7,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user