style: 查询网元信息接口函数命名
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user