|
@@ -138,18 +138,7 @@ NSString *const AesKey_3 = @"mGlAgnIBB8bx2nch";
|
|
|
|
|
|
// [self clearWeb];
|
|
|
|
|
|
-
|
|
|
-
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(refreshAllVC:) name:@"refreshAllVC" object:nil];
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- /*
|
|
|
- 账号:centuo
|
|
|
- 密码:
|
|
|
-
|
|
|
- */
|
|
|
}
|
|
|
|
|
|
-(void)newsRedPoint:(NSNotification *)notificaition
|
|
@@ -367,7 +356,7 @@ NSString *const AesKey_3 = @"mGlAgnIBB8bx2nch";
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- [self jsRemoveUserToken:nil];
|
|
|
+
|
|
|
[self webViewRequestByMsg];
|
|
|
}
|
|
|
|
|
@@ -957,15 +946,15 @@ NSString *const AesKey_3 = @"mGlAgnIBB8bx2nch";
|
|
|
*/
|
|
|
|
|
|
//吊起微信
|
|
|
- PayReq *request = [[PayReq alloc] init] ;
|
|
|
- request.package = @"Sign=WXPay";
|
|
|
- request.nonceStr= data[@"nonceStr"];
|
|
|
- request.partnerId = data[@"partnerid"];
|
|
|
- request.sign= data[@"paySign"];
|
|
|
- request.timeStamp= [data[@"timeStamp"] intValue];
|
|
|
- request.openID = data[@"appId"];
|
|
|
- request.prepayId= data[@"prepay_id"];
|
|
|
- [WXApi sendReq:request];
|
|
|
+// PayReq *request = [[PayReq alloc] init] ;
|
|
|
+// request.package = @"Sign=WXPay";
|
|
|
+// request.nonceStr= data[@"nonceStr"];
|
|
|
+// request.partnerId = data[@"partnerid"];
|
|
|
+// request.sign= data[@"paySign"];
|
|
|
+// request.timeStamp= [data[@"timeStamp"] intValue];
|
|
|
+// request.openID = data[@"appId"];
|
|
|
+// request.prepayId= data[@"prepay_id"];
|
|
|
+// [WXApi sendReq:request];
|
|
|
}
|
|
|
|
|
|
|