| | |
| | | @ApiOperation("银联退款查询接口") |
| | | @GetMapping("/unionpayRefundQuery") |
| | | public R unionpayRefundQuery(@RequestParam("merOrderId")String merOrderId){ |
| | | // String map= RefundQuery.refundQuery(merOrderId); |
| | | |
| | | R r=communityService.queryById("5935"); |
| | | log.error("花城洗车银联退款数据 :" + r); |
| | | // if(r.getCode()==200) |
| | | // { |
| | | // UnionpayCarWash wash= JSONObject.parseObject(r.getData().toString(),UnionpayCarWash.class); |
| | | // if(wash!=null) |
| | | // { |
| | | // String re=Refund.sendOrder(wash.getMoney(),wash.getUnionpayOrderId()); |
| | | // log.error("花城洗车银联退款数据2 :" + re); |
| | | // } |
| | | // |
| | | // } |
| | | |
| | | |
| | | return communityService.queryById("5935"); |
| | | String map= RefundQuery.refundQuery(merOrderId); |
| | | return R.ok(map); |
| | | } |
| | | |
| | | |