query_equip_auth not queryEquipAuth

This commit is contained in:
zz 2021-11-02 16:55:42 +08:00
parent 201604828c
commit c575288b65

View File

@ -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();