fei
2025-11-15 e3cac4fb5b540b45d6ec1a53a534d08c03d7c174
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 查询【请填写功能名称】列表
export function getPdfFile(id) {
  return request({
    url: '/system/doublePdf/downLoadFile/' + id,
    method: 'get',
  })
}