liukangdong
2024-09-03 749e8b25314323fe2197a1b3af97224ef70c7e4e
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
  })
}