fangyuan
2022-12-26 81a110ce9a42925405e3de67408ba3bb41a68cf9
src/api/common.js
@@ -33,3 +33,11 @@
        method: 'get',
    })
}
export function checkPass(params) {
    return request({
        url: `/report/audit`,
        method: 'post',
        data:params
    })
}