摘要: /** * OAuth 认证 * @throws Exception */ public String requestYimallOAuth() throws Exception { TrustManager[] trustAllCerts = new TrustManager[] { new X509TrustManager() { public java.security.cert.X509Certificate[] getAcceptedIssuers() { return null; } ... 阅读全文
posted @ 2013-12-23 17:57 wxqi528 阅读(681) 评论(0) 推荐(0) 编辑