xiangpei
2024-08-30 fc2f54929ba8d4d12af3fd0ed14a0d179c1f315e
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
  })
}