old mode 100644
new mode 100755
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | public String confirmPayFee(String param) { |
| | | public String confirmPayFee(String param,String wId) { |
| | | String resXml = ""; |
| | | try { |
| | | Map<String, Object> map = PayUtil.getMapFromXML(param); |
| | |
| | | fee.put("startTime",fee.getString("endTime")); |
| | | fee.put("endTime",fee.getString("deadlineTime")); |
| | | fee.put("receivedAmount",fee.getString("feePrice")); |
| | | fee.put("state",""); |
| | | } |
| | | } |
| | | } |
| | |
| | | responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR); |
| | | } finally { |
| | | logger.debug("请求地址为,{} 请求中心服务信息,{},中心服务返回信息,{}", url, httpEntity, responseEntity); |
| | | return responseEntity; |
| | | } |
| | | |
| | | return responseEntity; |
| | | } |
| | | |
| | | |