调整rest密码
This commit is contained in:
parent
736f6e04c0
commit
45eaa5c27d
|
@ -223,10 +223,10 @@ public class WsCustomerSynchronizationEventServiceImpl extends BaseService<WsCus
|
|||
String pk_currtype = null;
|
||||
if(DEV.equals(environment)){
|
||||
//所属地区编码
|
||||
requestJson.put("password", "1742a2f4-6cc2-44cd-af75-d67c885b4dc1");
|
||||
requestJson.put("password", "23208c92-2e52-404a-a714-52061c2f915c");
|
||||
// requestJson.put("password", "2d6dd7fb-239a-4a0b-8c0a-5003647e9238");
|
||||
}else{
|
||||
requestJson.put("password", "45562434-8459-47b4-8df0-78fad8405bc4");
|
||||
requestJson.put("password", "23208c92-2e52-404a-a714-52061c2f915c");
|
||||
}
|
||||
requestJson.put("data", encrypt);
|
||||
requestJson.put("sign", md5);
|
||||
|
|
|
@ -63,7 +63,7 @@ public class CustomerImpl extends BaseService<CustomerEntity, Long> 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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue