企业列表出来了
parent
132482be4a
commit
0cb5e490dc
|
@ -109,6 +109,7 @@ public class SysApitypeController extends BaseController
|
||||||
return toAjax(sysApitypeService.deleteSysApitypeBySysIds(sysIds));
|
return toAjax(sysApitypeService.deleteSysApitypeBySysIds(sysIds));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@RequiresPermissions("market:apitype:third")
|
||||||
@GetMapping("/third/{sysId}/{UnknownValue}")
|
@GetMapping("/third/{sysId}/{UnknownValue}")
|
||||||
public String airQuality(@PathVariable("sysId") Long sysId,@PathVariable("UnknownValue") String UnknownValue) throws Exception{
|
public String airQuality(@PathVariable("sysId") Long sysId,@PathVariable("UnknownValue") String UnknownValue) throws Exception{
|
||||||
if(sysId==1){
|
if(sysId==1){
|
||||||
|
|
Loading…
Reference in New Issue