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'
| });
| }
|
|