记得上下班打卡 | git大法好,push需谨慎

Commit 06cbe3fd authored by zhanggb's avatar zhanggb

~api:数字账户开通消费逻辑调整:同步adam接口传参;

parent d108fdec
......@@ -356,10 +356,11 @@ public class ZxinUserCommonBiz {
.concat(reqDto.getUserName());
//加密用户信息
DESUtils desUtils = DESUtils.DES();
MultiValueMap<String, String> params = new LinkedMultiValueMap();
params.add("certmeta",desUtils.encrypt(certmetaInfo));
HttpUtil.post(adamUrl + GalaxyConstant.ADAM_USER_SYNC_URL, params);
// MultiValueMap<String, String> params = new LinkedMultiValueMap();
// params.add("certmeta",desUtils.encrypt(certmetaInfo));
//
// HttpUtil.post(adamUrl + GalaxyConstant.ADAM_USER_SYNC_URL, params);
HttpUtil.postJson(adamUrl + GalaxyConstant.ADAM_USER_SYNC_URL, desUtils.encrypt(certmetaInfo));
} catch (Exception e) {
log.error("同步用户信息到adam异常:{}",JsonUtils.toJson(reqDto), e);
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment