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