valentman

Results 1 comments of valentman

//跳转支付宝钱包进行支付,处理支付结果 [[AlipaySDK defaultService] processOrderWithPaymentResult:url standbyCallback:^(NSDictionary *resultDic) { DLog(@"result ---- = %@",resultDic); if ([[resultDic valueForKey:@"resultStatus"] intValue] == 9000) { [[NSNotificationCenter defaultCenter] postNotificationName:kCZJAlipaySuccseful object:resultDic]; } }];