From 45ee884529d1a561d38676342249b2c49105a6da Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 30 Apr 2024 20:08:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9F=A5=E8=AF=A2=E7=BD=91=E5=85=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3=E5=87=BD=E6=95=B0=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ne/neInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',