xiangpei
2024-08-31 74ae9d9453e245a3249ecb832a7202c275ad6ece
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
  })
}