public abstract class IPostService extends Object
| Constructor and Description |
|---|
IPostService() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
exec(Map<String,String> params)
外层调用接口,只传入需要用户输入的参数,并补全所有参数
|
static String |
txn(String url,
Map<String,String> params,
String commKey,
String cert)
通讯接口,返回报文为json格式
|
public static String txn(String url, Map<String,String> params, String commKey, String cert)
params - post待发送的包含所有参数的MapIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionIOExceptionNoSuchAlgorithmExceptionMalformedURLExceptionKeyManagementExceptionCopyright © 2018. All rights reserved.