Merge remote-tracking branch 'origin/ht' into ht

webservice
calyrex 6 months ago
commit 37a72ab4f1

@ -41,7 +41,7 @@ public class CRM_syncUnFreezeTimes extends BaseBean {
CRM_SyncUnFreezeTimesStub stub = null; CRM_SyncUnFreezeTimesStub stub = null;
// String s2= "http://10.6.6.77:8070/CRM_SyncUnFreezeTimes.asmx"; // String s2= "http://10.6.6.77:8070/CRM_SyncUnFreezeTimes.asmx";
// String s2 = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("htcrmoasync.times")).trim(); // String s2 = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("htcrmoasync.times")).trim();
String s2 = configProp.getTimes(); String s2 = configProp.getHtcrmoasync_times();
stub = new CRM_SyncUnFreezeTimesStub(s2); stub = new CRM_SyncUnFreezeTimesStub(s2);
stub._getServiceClient().getOptions().setProperty("__CHUNKED__", Boolean.FALSE); stub._getServiceClient().getOptions().setProperty("__CHUNKED__", Boolean.FALSE);

@ -27,7 +27,7 @@ public class CallEasServices extends BaseBean {
// private static String url = "http://10.6.34.83:8080/easws/services/PayControlService?wsdl"; // private static String url = "http://10.6.34.83:8080/easws/services/PayControlService?wsdl";
// private String url = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("hteasoasync.url")).trim(); // private String url = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("hteasoasync.url")).trim();
private String url =configProp.getUrl(); private String url =configProp.getWeaver_secondev_hteasoasync_url();
// private String url = "http://sappod.hengtong.com:50000/XISOAPAdapter/MessageServlet?senderParty=&senderService=BS_OA&receiverParty=&receiverService=&interface=SI_HTOAPayControl_OUT&interfaceNamespace=http://hengtong.com/OA/HTOAPayControl"; // private String url = "http://sappod.hengtong.com:50000/XISOAPAdapter/MessageServlet?senderParty=&senderService=BS_OA&receiverParty=&receiverService=&interface=SI_HTOAPayControl_OUT&interfaceNamespace=http://hengtong.com/OA/HTOAPayControl";
public CallEasServices() { public CallEasServices() {
} }

@ -10,258 +10,241 @@ import org.springframework.context.annotation.Configuration;
@Configuration @Configuration
@RefreshScope @RefreshScope
public class ConfigProp { public class ConfigProp {
//htcmsoasync
@Value("${htcmsoasync-appKey}") @Value("${htcmsoasync-appKey}")
private String htcmsoasync_appKey; private String htcmsoasync_appKey;
@Value("${htcmsoasync-oaapproveresulturl}") @Value("${htcmsoasync-oaapproveresulturl}")
private String htcmsoasync_oaapproveresulturl; private String htcmsoasync_oaapproveresulturl;
@Value("${srmbacklisturl}") @Value("${srmbacklisturl}")
private String srmbacklisturl; private String srmbacklisturl;
//htcrmoasync
@Value("${TempUnfreeze}") @Value("${TempUnfreeze}")
private String TempUnfreeze; private String TempUnfreeze;
//htcrmoasync.times
@Value("${times}") @Value("${htcrmoasync-times}")
private String times; private String htcrmoasync_times;
@Value("${CreateBilling}") @Value("${CreateBilling}")
private String CreateBilling; private String CreateBilling;
//htcrmoasync.appkey
@Value("${htcrmoasync-appkey}") @Value("${htcrmoasync-appkey}")
private String appkey; private String htcrmoasync_appkey;
// @Value("${appkey}")
// private String appkey;
//htctripmt
//htctripmt.appkey
@Value("${weaver-secondev-htctripmt-appkey}")
private String weaver_secondev_htctripmt_appkey;
//htctripmt.appkey
@Value("${weaver-secondev-htctripmt-appsecurity}") @Value("${weaver-secondev-htctripmt-appsecurity}")
private String weaver_secondev_htctripmt_appsecurity; private String weaver_secondev_htctripmt_appsecurity;
@Value("${isneedxzsl}") @Value("${isneedxzsl}")
private String isneedxzsl; private String isneedxzsl;
@Value("${url}")
private String url;
//hteasoasync
//hteasoasync.url
@Value("${weaver-secondev-hteasoasync-url}")
private String weaver_secondev_hteasoasync_url;
@Value("${TravelApply}") @Value("${TravelApply}")
private String TravelApply; private String TravelApply;
@Value("${DelayDateSync}") @Value("${DelayDateSync}")
private String DelayDateSync; private String DelayDateSync;
@Value("${intermediarysync}") @Value("${intermediarysync}")
private String intermediarysync; private String intermediarysync;
@Value("${FeeApplication}") @Value("${FeeApplication}")
private String FeeApplication; private String FeeApplication;
@Value("${InterLoan}") @Value("${InterLoan}")
private String InterLoan; private String InterLoan;
@Value("${getTzlhtApplyResultUrl}") @Value("${getTzlhtApplyResultUrl}")
private String getTzlhtApplyResultUrl; private String getTzlhtApplyResultUrl;
@Value("${uploadZZInfoUrl}") @Value("${uploadZZInfoUrl}")
private String uploadZZInfoUrl; private String uploadZZInfoUrl;
@Value("${syncOaApplyForm}") @Value("${syncOaApplyForm}")
private String syncOaApplyForm; private String syncOaApplyForm;
@Value("${easappkey}") @Value("${easappkey}")
private String easappkey; private String easappkey;
@Value("${uploadDZDAApprovelUrl}") @Value("${uploadDZDAApprovelUrl}")
private String uploadDZDAApprovelUrl; private String uploadDZDAApprovelUrl;
@Value("${updatevoucherurl}") @Value("${updatevoucherurl}")
private String updatevoucherurl; private String updatevoucherurl;
@Value("${OA_Golden_Rewrite}") @Value("${OA_Golden_Rewrite}")
private String OA_Golden_Rewrite; private String OA_Golden_Rewrite;
//hteasoasync.appKey
@Value("${hteasoasync_appKey}") @Value("${weaver-secondev-hteasoasync-appKey}")
private String hteasoasync_appKey; private String weaver_secondev_hteasoasync_appKey;
@Value("${rpaLimitPay}") @Value("${rpaLimitPay}")
private String rpaLimitPay; private String rpaLimitPay;
@Value("${getApproveResultUrl}") @Value("${getApproveResultUrl}")
private String getApproveResultUrl; private String getApproveResultUrl;
@Value("${dzdafd_zz_url}") @Value("${dzdafd_zz_url}")
private String dzdafd_zz_url; private String dzdafd_zz_url;
//htecmoasync
@Value("${isoresulturl}") @Value("${isoresulturl}")
private String isoresulturl; private String isoresulturl;
//htemail
@Value("${htgroup}") @Value("${htgroup}")
private String htgroup; private String htgroup;
@Value("${htgroupport}") @Value("${htgroupport}")
private String htgroupport; private String htgroupport;
@Value("${htgd}") @Value("${htgd}")
private String htgd; private String htgd;
@Value("${htgdport}") @Value("${htgdport}")
private String htgdport; private String htgdport;
@Value("${guangdao}") @Value("${guangdao}")
private String guangdao; private String guangdao;
@Value("${guangdaoport}") @Value("${guangdaoport}")
private String guangdaoport; private String guangdaoport;
@Value("${creathtvisitorapply}")
private String creathtvisitorapply;
//htk3oasync
@Value("${approval_url}") @Value("${approval_url}")
private String approval_url; private String approval_url;
@Value("${customer_url}") @Value("${customer_url}")
private String customer_url; private String customer_url;
@Value("${supplier_url}") @Value("${supplier_url}")
private String supplier_url; private String supplier_url;
@Value("${porequest_url}") @Value("${porequest_url}")
private String porequest_url; private String porequest_url;
@Value("${lplysl_url}") @Value("${lplysl_url}")
private String lplysl_url; private String lplysl_url;
@Value("${lplyhtk_url}") @Value("${lplyhtk_url}")
private String lplyhtk_url; private String lplyhtk_url;
//htmesoasync
@Value("${A040WLPS}") @Value("${A040WLPS}")
private String A040WLPS; private String A040WLPS;
@Value("${GDZG04OaAuditResult}") @Value("${GDZG04OaAuditResult}")
private String GDZG04OaAuditResult; private String GDZG04OaAuditResult;
//htportaloaUrl
@Value("${po_user}") @Value("${po_user}")
private String po_user; private String po_user;
@Value("${po_password}") @Value("${po_password}")
private String po_password; private String po_password;
@Value("${accountUrl}") @Value("${accountUrl}")
private String accountUrl; private String accountUrl;
@Value("${getSystemListUrl}") @Value("${getSystemListUrl}")
private String getSystemListUrl; private String getSystemListUrl;
@Value("${url_password}") @Value("${url_password}")
private String url_password; private String url_password;
@Value("${mesaccountUrl}") @Value("${mesaccountUrl}")
private String mesaccountUrl; private String mesaccountUrl;
@Value("${plan_url}") @Value("${plan_url}")
private String plan_url; private String plan_url;
@Value("${pc_url}") @Value("${pc_url}")
private String pc_url; private String pc_url;
@Value("${JCZS_ycsdid}") @Value("${JCZS_ycsdid}")
private String JCZS_ycsdid; private String JCZS_ycsdid;
@Value("${JCZS_jdbzid}") @Value("${JCZS_jdbzid}")
private String JCZS_jdbzid; private String JCZS_jdbzid;
@Value("${JCZS_WJYQTZR}") @Value("${JCZS_WJYQTZR}")
private String JCZS_WJYQTZR; private String JCZS_WJYQTZR;
@Value("${JCZS_QDYQTZR}") @Value("${JCZS_QDYQTZR}")
private String JCZS_QDYQTZR; private String JCZS_QDYQTZR;
@Value("${JCZS_CSYQTZR}") @Value("${JCZS_CSYQTZR}")
private String JCZS_CSYQTZR; private String JCZS_CSYQTZR;
@Value("${YC_pcfsid}") @Value("${YC_pcfsid}")
private String YC_pcfsid; private String YC_pcfsid;
@Value("${YC_WJYQTZR}") @Value("${YC_WJYQTZR}")
private String YC_WJYQTZR; private String YC_WJYQTZR;
@Value("${YC_QDYQTZR}") @Value("${YC_QDYQTZR}")
private String YC_QDYQTZR; private String YC_QDYQTZR;
@Value("${YC_CSYQTZR}") @Value("${YC_CSYQTZR}")
private String YC_CSYQTZR; private String YC_CSYQTZR;
@Value("${api_appkey}") @Value("${api_appkey}")
private String api_appkey; private String api_appkey;
//htpmoasync
@Value("${projectConclusion}") @Value("${projectConclusion}")
private String projectConclusion; private String projectConclusion;
@Value("${account}") @Value("${account}")
private String account; private String account;
@Value("${password}") @Value("${password}")
private String password; private String password;
//htscfoasync.
@Value("${approvalResult}") @Value("${approvalResult}")
private String approvalResult; private String approvalResult;
//htsloasync
@Value("${dttrip_orderUrl}") @Value("${dttrip_orderUrl}")
private String dttrip_orderUrl; private String dttrip_orderUrl;
@Value("${dttrip_tokenUrl}") @Value("${dttrip_tokenUrl}")
private String dttrip_tokenUrl; private String dttrip_tokenUrl;
@Value("${dttrip_account}") @Value("${dttrip_account}")
private String dttrip_account; private String dttrip_account;
@Value("${dttrip_password}") @Value("${dttrip_password}")
private String dttrip_password; private String dttrip_password;
@Value("${dttrip_secret}") @Value("${dttrip_secret}")
private String dttrip_secret; private String dttrip_secret;
@Value("${ServicesURL}") @Value("${ServicesURL}")
private String ServicesURL; private String ServicesURL;
@Value("${UserName}") @Value("${UserName}")
private String UserName; private String UserName;
@Value("${Key}") @Value("${Key}")
private String Key; private String Key;
@Value("${efsaccount}") @Value("${efsaccount}")
private String efsaccount; private String efsaccount;
@Value("${efspassword}") @Value("${efspassword}")
private String efspassword; private String efspassword;
//htsrmoasync
@Value("${htshop}") @Value("${htshop}")
private String htshop; private String htshop;
@Value("${bjdsp}") @Value("${bjdsp}")
private String bjdsp; private String bjdsp;
@Value("${OaSrmVendorPunish}") @Value("${OaSrmVendorPunish}")
private String OaSrmVendorPunish; private String OaSrmVendorPunish;
//htwmsoasync
@Value("${wllynmg_url}") @Value("${wllynmg_url}")
private String wllynmg_url; private String wllynmg_url;
@Value("${wlly_url}") @Value("${wlly_url}")
private String wlly_url; private String wlly_url;
//htxzsetting
@Value("${creator}")
private String creator;
//MesInterfaceAddr
@Value("${WsdlLocation}") @Value("${WsdlLocation}")
private String WsdlLocation; private String WsdlLocation;
@ -283,11 +266,6 @@ public class ConfigProp {
private String htsrm_oa_venmatsextnew; private String htsrm_oa_venmatsextnew;
@Value("${creator}")
private String creator;
@Value("${weaver-secondev-htctripmt-appkey}")
private String weaver_secondev_htctripmt_appkey;
} }

@ -131,7 +131,7 @@ public class ARSPaymentRecepitAction extends BaseBean implements Action, EsbServ
// String appkey = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("htcrmoasync.appkey")).trim(); // String appkey = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("htcrmoasync.appkey")).trim();
String url = configProp.getCreateBilling(); String url = configProp.getCreateBilling();
String appkey = configProp.getAppkey(); String appkey = configProp.getHtcrmoasync_appkey();
logger_c29b3679.info(" url " + url); logger_c29b3679.info(" url " + url);
logger_c29b3679.info(" appkey " + appkey ); logger_c29b3679.info(" appkey " + appkey );

@ -110,7 +110,7 @@ public class OaCrmZDYWFPAction extends BaseBean implements Action, EsbServerless
// String url = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("hteasoasync.OA_Golden_Rewrite")).trim(); // String url = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("hteasoasync.OA_Golden_Rewrite")).trim();
// String appKey = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("hteasoasync.appKey")).trim(); // String appKey = Util.null2String(I18nContextUtilcus.getBean(Environment.class).getProperty("hteasoasync.appKey")).trim();
String url = configProp.getOA_Golden_Rewrite(); String url = configProp.getOA_Golden_Rewrite();
String appKey = configProp.getHteasoasync_appKey(); String appKey = configProp.getWeaver_secondev_hteasoasync_appKey();
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);
logger_afe2c4b5.info(String.valueOf(requestID + "调用CRM接口返回值" + result)); logger_afe2c4b5.info(String.valueOf(requestID + "调用CRM接口返回值" + result));

Loading…
Cancel
Save