aa51513
2021-05-15 d06fbb7626ca5c9e4e7a91ac06a6f2ae186c0f27
service-front/src/main/java/com/java110/front/smo/payment/adapt/fuiouPay/FuiouRentingToNotifyAdapt.java
@@ -54,7 +54,7 @@
 * @desc add by 吴学文 15:33
 */
@Component(value = "fuiouPayNotifyAdapt")
@Component(value = "fuiouRentingToNotifyAdapt")
public class FuiouRentingToNotifyAdapt implements IPayNotifyAdapt {
    private static final Logger logger = LoggerFactory.getLogger(FuiouRentingToNotifyAdapt.class);
@@ -74,7 +74,7 @@
     * @return
     * @throws Exception
     */
    public String confirmPayFee(String param) {
    public String confirmPayFee(String param,String wId) {
        JSONObject resJson = new JSONObject();
        resJson.put("result_code", "010002");
        resJson.put("result_msg", "失败");
@@ -158,9 +158,8 @@
            responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
        } finally {
            logger.debug("请求地址为,{} 请求中心服务信息,{},中心服务返回信息,{}", url, httpEntity, responseEntity);
            return responseEntity;
        }
        return responseEntity;
    }
    /**