wlzboy
2025-11-05 37de2f4b0f732ca5c19582d4a340ad7c987925b5
ruoyi-ui/src/api/evaluation.js
@@ -88,10 +88,11 @@
}
// 批量生成车辆评价二维码
export function batchGenerateQrcode() {
export function batchGenerateQrcode(data) {
  return request({
    url: '/evaluation/qrcode/batch',
    method: 'post'
    method: 'post',
    data: data
  })
}