xiangpei
2024-08-23 c127500c5925ca9ef7265e29aedad9ab25eedd22
src/api/platform/report.js
@@ -58,8 +58,8 @@
// 审核
export function audit(data) {
  return request({
    url: '/report/auditing/',
    method: 'get',
    url: '/report/auditing',
    method: 'post',
    data: data
  })
}