吉安感知网项目-前端
chenyao
2026-08-04 8e5b09b1349a4001b5d0a5986c7fa9f90a5efbf6
1
2
3
4
5
6
7
8
9
10
import {request} from "@/utils/index.js";
 
export const getJobListApi = (data, params) => {
  return request({
    url: `/drone-device-core/wayline/waylineJobInfo/jobList`,
    method: 'post',
    data,
    params,
  })
}