diff --git a/src/api/ne/neInfo.ts b/src/api/ne/neInfo.ts index f5bc3b0f..31bc733b 100644 --- a/src/api/ne/neInfo.ts +++ b/src/api/ne/neInfo.ts @@ -99,7 +99,7 @@ export function stateNeInfo(neType: string, neId: string) { * @param neId 网元ID * @returns object */ -export function getNeInfoByTypeAndIDNe(neType: string, neId: string) { +export function getNeInfoByTypeAndID(neType: string, neId: string) { return request({ url: '/ne/info/byTypeAndID', method: 'get',