吉安感知网项目-前端
shuishen
2026-02-26 ae0398be3a751fd928d327f40ea4e68395813f1d
1
2
3
4
5
6
7
8
9
import {request} from "@/utils/index.js";
 
export const getPhoneBookListApi = (data) => {
  return request({
    url: '/system/user/listCommunication',
    method: 'post',
    data,
  })
}