import { http } from '@/utils/http' // 列表接口 export const getQrCodeBoxListApi = (data) => { return http({ method: 'GET', url: '/material/bm_qrcode_box/list', data:data, }) }