yxh
yxh
2026-05-09 51c9c79896a0fd780bcc2461d6ebbf9b310eaf7b
src/api/project/documentfiles.js
@@ -20,7 +20,7 @@
// 新增捐献附件
export function addDocumentfiles(data) {
  return request({
    url: '/project/documentfiles',
    url: '/project/documentfiles/add',
    method: 'post',
    data: data
  })