gaoluyang
2025-02-17 b72eb89aa8360a323cb4e92ca252292cc38e6c03
src/api/structural/laboratory.js
@@ -4,7 +4,7 @@
export function getCertificationDetail(query) {
  return request({
    url: '/certification/getCertificationDetail',
    method: 'post',
    method: 'get',
    params: query
  })
}