|
|
|
@ -48,22 +48,22 @@ public class WifiController {
|
|
|
|
|
return "true";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("/Wificd/mac_agent/index/apmac.do")
|
|
|
|
|
public ResObject jsonapmac(@RequestParam("apmac") String date,String gwid){
|
|
|
|
|
log.info("调用接口入参:"+date);
|
|
|
|
|
executor.submit(()->{
|
|
|
|
|
wifiExcelBluetoothService.jsonParsingApmac(date,gwid);
|
|
|
|
|
});
|
|
|
|
|
return new ResObject();
|
|
|
|
|
}
|
|
|
|
|
@PostMapping("/apmac.do")
|
|
|
|
|
public ResObject jsonapmac2(@RequestBody String date,String gwid){
|
|
|
|
|
log.info("调用接口入参:"+date +"gwid:"+gwid);
|
|
|
|
|
executor.submit(()->{
|
|
|
|
|
wifiExcelBluetoothService.jsonParsingApmac(date,gwid);
|
|
|
|
|
});
|
|
|
|
|
return new ResObject();
|
|
|
|
|
}
|
|
|
|
|
// @PostMapping("/Wificd/mac_agent/index/apmac.do")
|
|
|
|
|
// public ResObject jsonapmac(@RequestParam("apmac") String date,String gwid){
|
|
|
|
|
// log.info("调用接口入参:"+date);
|
|
|
|
|
// executor.submit(()->{
|
|
|
|
|
// wifiExcelBluetoothService.jsonParsingApmac(date,gwid);
|
|
|
|
|
// });
|
|
|
|
|
// return new ResObject();
|
|
|
|
|
// }
|
|
|
|
|
// @PostMapping("/apmac.do")
|
|
|
|
|
// public ResObject jsonapmac2(@RequestBody String date,String gwid){
|
|
|
|
|
// log.info("调用接口入参:"+date +"gwid:"+gwid);
|
|
|
|
|
// executor.submit(()->{
|
|
|
|
|
// wifiExcelBluetoothService.jsonParsingApmac(date,gwid);
|
|
|
|
|
// });
|
|
|
|
|
// return new ResObject();
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
@PostMapping("/Wificd/mac_agent/index/mac.do")
|
|
|
|
|
public ResObject jsonmac(@RequestParam("apmac") String date,String gwid){
|
|
|
|
|