import { wxRequest } from './request' // 微信扫车辆码-绑定车辆设备 const bindCarURL = '/bind/car' export const bindCar = (data) => wxRequest(bindCarURL, data)