大家好,又见面了,我是你们的朋友全栈君。
CallbackEntity callbackEntity = new CallbackEntity();
callbackEntity.setUserId(infos.get(3)); //用户id
callbackEntity.setOrderId(infos.get(0)); //订单id
callbackEntity.setChannel(infos.get(4));//渠道
callbackEntity.setType(infos.get(1)); //类型
callbackEntity.setSubType(infos.get(2)); //子类型
callbackEntity.setStrategyId(dec.getStrategyId()); // 决策流id
callbackEntity.setStrategyVersion(dec.getStrategyVersion());//决策流版本
callbackEntity.setStrategyName(dec.getStrategyName()); //决策流名字
callbackEntity.setAdditions(dec.getParams()); //附加信息
callbackEntity.setCode(Integer.parseInt(dec.getResultCode())); //code=0,为拒绝;code=1,为通过 -1为异常
Map<String, Object> ben2Map =
JSON.parseObject(JSON.toJSONString(callbackEntity, SerializerFeature.WriteNullStringAsEmpty, SerializerFeature.WriteNullNumberAsZero, SerializerFeature.WriteMapNullValue), Map.class);
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/145704.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...