WXL
2026-05-17 b22b937bf902dcfbbf6d2cc6dc95ca47d160e199
src/api/businessApi/ethicalReview.js
@@ -46,11 +46,12 @@
    method: 'get'
  })
}
// // 伦理审查信息详情
// export function ethicalreviewInfo(id) {
//   return request({
//     url: '/project/ethicalreviewinitiate/getInfo/' + id,
//     method: 'get'
//   })
// }
// 专家消息推送
export function sendNotification(data) {
  return request({
    url: '/system/dingtalk/sendNotification',
     method: 'post',
    data: data
  })
}