1 2 3 4 5 6 7 8 9 10 11
import request from '@/utils/request' /** * 车主查询自己的车牌信息 */ export function getPersonCarNumPC() { return request({ url: '/personCarNumPc/getPersonCarNumPC', method: 'post' }) }