gaoluyang
2025-03-12 1b0a3d7e887e31ae37dcfa9ba8e0ae77a9bfa5a6
src/api/business/reportPreparation.js
@@ -153,4 +153,13 @@
        method: 'get',
        params: params
    })
}
export function getURL(params) {
    return resquest({
        url: '/file/attachmentType/getURL',
        method: 'get',
        params: params
    })
}