old mode 100644
new mode 100755
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "job-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "${java110.job-service}", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/dataBusApi") |
| | | public interface IDataBusInnerServiceSMO { |
| | | |
| | |
| | | */ |
| | | @RequestMapping(value = "/customExchange", method = RequestMethod.POST) |
| | | void customExchange(@RequestBody CustomBusinessDatabusDto customBusinessDatabusDto); |
| | | |
| | | @RequestMapping(value = "/getQRcode", method = RequestMethod.POST) |
| | | ResultVo getQRcode(@RequestBody JSONObject reqJson); |
| | | |
| | | @RequestMapping(value = "/customCarInOut", method = RequestMethod.POST) |
| | | ResultVo customCarInOut(@RequestBody JSONObject reqJson); |
| | | } |