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