jiangping
2024-10-14 37564d484a512c6105952e5544d7334a44ee46fa
1
2
3
4
5
6
7
import request from '../../utils/request'
// 查询
export function home (data) {
  return request.post('/meetingAdmin/cloudService/business/home/home', data, {
    trim: true
  })
}