he wei
2024-09-21 70edda3b00f2528a473c28ec5a50b739ed160f0f
1
2
3
4
5
6
7
8
9
10
11
12
import axios from "axios";
 
/**
  * 核容测试机房查询
  * User_battgroup_baojigroup_battgroupAction!serch61850DevidInGroup  // 旧
  */
export const UserBattgroup = () => {
  return axios({
    method: 'GET',
    url: 'BattGroupUser/stationInfoList'
  });
}