Commit b8845593 authored by denghr's avatar denghr

预定申请管理

parent 3ffcbeb3
......@@ -3,9 +3,9 @@ import fetch from 'utils/fetch';
export function page(query) {
return fetch({
url: '/vehicle/vehicleInfo/bookedRecord',
url: '/vehicle/vehicleInfo/app/unauth/getBookRecord',
method: 'get',
params: {vehicleBookRecordQueryVoJson: JSON.stringify(query)}
params: query
});
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment