|  |  |  | 
|---|
|  |  |  | package com.matrix.component.wechat.externalInterface.common; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.matrix.core.tools.WebUtil; | 
|---|
|  |  |  | import com.matrix.system.common.bean.BusParameterSettings; | 
|---|
|  |  |  | import com.matrix.system.common.constance.AppConstance; | 
|---|
|  |  |  | import com.matrix.system.common.dao.BusParameterSettingsDao; | 
|---|
|  |  |  | import com.thoughtworks.xstream.XStream; | 
|---|
|  |  |  | import com.thoughtworks.xstream.io.xml.DomDriver; | 
|---|
|  |  |  | import com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder; | 
|---|
|  |  |  | 
|---|
|  |  |  | private String mchId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public HttpsRequest2() throws UnrecoverableKeyException, KeyManagementException, NoSuchAlgorithmException, KeyStoreException, IOException { | 
|---|
|  |  |  | init(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private void init() throws IOException, KeyStoreException, UnrecoverableKeyException, NoSuchAlgorithmException, KeyManagementException { | 
|---|