wlzboy
2026-04-01 c459808efab29dc1b8439fbb90556bdb16f4c88b
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
  })
}