gaoluyang
2025-03-12 21702656c9b09efbd007eb5a27a7a206afb92a7a
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
    })
}