linwenling
2023-08-07 d019c1632d2a92ed48b27b9cce1debcbe79afb2c
ruoyi-ui/src/api/clean/index.js
@@ -20,7 +20,8 @@
export function addClean(data) {
    return request({
      url: '/zfClean',
      method: 'post'
      method: 'post',
      data: data
    })
  }