diff --git a/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java b/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java index 507dd008..cffbe299 100644 --- a/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java +++ b/base-buildpackage/src/main/java/com/hzya/frame/plugin/wscustomersynchronizationevent/service/impl/WsCustomerSynchronizationEventServiceImpl.java @@ -223,10 +223,10 @@ public class WsCustomerSynchronizationEventServiceImpl extends BaseService implements I //将CRM的数据进行转换 JSONObject data = bdCrmData(datas.getJSONObject(j)); JSONObject tokenParm = new JSONObject(); - tokenParm.put("password","45562434-8459-47b4-8df0-78fad8405bc4"); + tokenParm.put("password","23208c92-2e52-404a-a714-52061c2f915c"); tokenParm.put("userName","hzya_rest"); tokenParm.put("loginName","YongAn");