style: 查询网元信息接口函数命名

This commit is contained in:
TsMask
2024-04-30 20:08:55 +08:00
parent 7de3f7f05d
commit 45ee884529

View File

@@ -99,7 +99,7 @@ export function stateNeInfo(neType: string, neId: string) {
* @param neId 网元ID * @param neId 网元ID
* @returns object * @returns object
*/ */
export function getNeInfoByTypeAndIDNe(neType: string, neId: string) { export function getNeInfoByTypeAndID(neType: string, neId: string) {
return request({ return request({
url: '/ne/info/byTypeAndID', url: '/ne/info/byTypeAndID',
method: 'get', method: 'get',