1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

type: 更新类型文件。

This commit is contained in:
jaywcjlove
2020-07-08 22:32:18 +08:00
parent 866888a3ed
commit 96c86045a9
2 changed files with 78 additions and 39 deletions

View File

@@ -34,12 +34,12 @@ RCT_EXPORT_MODULE()
self->alipayCallBack([[NSArray alloc] initWithObjects:resultDic, nil]);
self->alipayCallBack = nil;
}
NSLog(@"result = %@",resultDic);
NSLog(@"result-->1 = %@",resultDic);
}];
//
[[AlipaySDK defaultService] processAuth_V2Result:aURL standbyCallback:^(NSDictionary *resultDic) {
NSLog(@"result = %@",resultDic);
NSLog(@"result-->2 = %@", resultDic);
// auth code
NSString *result = resultDic[@"result"];
NSString *authCode = nil;