Commit f35b67f8 authored by denghr's avatar denghr

修改接口

parent b8845593
...@@ -3,7 +3,7 @@ import fetch from 'utils/fetch'; ...@@ -3,7 +3,7 @@ import fetch from 'utils/fetch';
export function page(query) { export function page(query) {
return fetch({ return fetch({
url: '/vehicle/vehicleInfo/app/unauth/getBookRecord', url: '/vehicle/vehicleInfo/app/unauth/getBookRecordInfo',
method: 'get', method: 'get',
params: query params: query
}); });
......
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