|
@@ -101,6 +101,8 @@ public class PayFeePreListener extends AbstractServiceApiDataFlowListener {
|
|
|
|
|
|
|
|
JSONObject paramOut = JSONObject.parseObject(responseEntity.getBody());
|
|
JSONObject paramOut = JSONObject.parseObject(responseEntity.getBody());
|
|
|
paramOut.put("receivableAmount", paramObj.getString("receivableAmount"));
|
|
paramOut.put("receivableAmount", paramObj.getString("receivableAmount"));
|
|
|
|
|
+
|
|
|
|
|
+ responseEntity = new ResponseEntity<>(paramInObj.toJSONString(),HttpStatus.OK);
|
|
|
dataFlowContext.setResponseEntity(responseEntity);
|
|
dataFlowContext.setResponseEntity(responseEntity);
|
|
|
}
|
|
}
|
|
|
|
|
|