parent
25696996d7
commit
a4c8399995
|
@ -84,7 +84,6 @@ public class Cbs8ExtServiceImpl implements ICbs8ExtService {
|
||||||
@Override
|
@Override
|
||||||
public void payApplyCallBack(SysMessageManageLogEntity logEntity) {
|
public void payApplyCallBack(SysMessageManageLogEntity logEntity) {
|
||||||
try {
|
try {
|
||||||
//todo 这里要验证一下bodys里有没有数据
|
|
||||||
logger.info("回调方法里的参数:{}", JSONObject.toJSONString(logEntity));
|
logger.info("回调方法里的参数:{}", JSONObject.toJSONString(logEntity));
|
||||||
JSONObject targetData = JSONObject.parseObject(logEntity.getTargetData());//目标数据
|
JSONObject targetData = JSONObject.parseObject(logEntity.getTargetData());//目标数据
|
||||||
JSONObject sourceData = JSONObject.parseObject(logEntity.getSourceData());//源数据
|
JSONObject sourceData = JSONObject.parseObject(logEntity.getSourceData());//源数据
|
||||||
|
|
Loading…
Reference in New Issue