java110
2021-11-24 59d4ac771099844721d4fe0b2ff6f3ac28162099
java110-interface/src/main/java/com/java110/intf/job/IDataBusInnerServiceSMO.java
old mode 100644 new mode 100755
@@ -22,7 +22,7 @@
 * @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 {
@@ -83,4 +83,10 @@
     */
    @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);
}