|
|
@ -222,6 +222,9 @@ public class GJB_DeliveryApproveAction extends BaseBean implements Action, EsbSe
|
|
|
|
// String appKey = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("htcmsoasync.appKey")).trim();
|
|
|
|
// String appKey = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("htcmsoasync.appKey")).trim();
|
|
|
|
String url = configProp.getHtcmsoasync_oaapproveresulturl();
|
|
|
|
String url = configProp.getHtcmsoasync_oaapproveresulturl();
|
|
|
|
String appKey = configProp.getHtcmsoasync_appKey();
|
|
|
|
String appKey = configProp.getHtcmsoasync_appKey();
|
|
|
|
|
|
|
|
logger_8ffb7f70.error("调用CMS接口请求数据:url=====" + url.toString());
|
|
|
|
|
|
|
|
logger_8ffb7f70.error("调用CMS接口请求数据:appKey=====" + appKey.toString());
|
|
|
|
|
|
|
|
|
|
|
|
// ZZ_SendPostRequest mGetResult = new ZZ_SendPostRequest();
|
|
|
|
// ZZ_SendPostRequest mGetResult = new ZZ_SendPostRequest();
|
|
|
|
SendPostRequest_API mGetResult = new SendPostRequest_API();
|
|
|
|
SendPostRequest_API mGetResult = new SendPostRequest_API();
|
|
|
|
String result = mGetResult.getResult(mJson, url, appKey);
|
|
|
|
String result = mGetResult.getResult(mJson, url, appKey);
|
|
|
|