query_equip_auth not queryEquipAuth
This commit is contained in:
parent
201604828c
commit
c575288b65
@ -28,7 +28,7 @@ public class QueryEquipAuthController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private XhpcStationInternetBlacklistRepository xhpcStationInternetBlacklistRepo;
|
private XhpcStationInternetBlacklistRepository xhpcStationInternetBlacklistRepo;
|
||||||
|
|
||||||
@PostMapping(value = "/v1/queryEquipAuth")
|
@PostMapping(value = "/v1/query_equip_auth")
|
||||||
public CommonResponse queryEquipAuth(@RequestBody CommonRequest<EquipAuthRequest> commonRequest) throws Exception {
|
public CommonResponse queryEquipAuth(@RequestBody CommonRequest<EquipAuthRequest> commonRequest) throws Exception {
|
||||||
|
|
||||||
CommonResponse resp = new CommonResponse();
|
CommonResponse resp = new CommonResponse();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user