This commit is contained in:
aihe 2024-06-21 12:04:23 +08:00
parent 8a2525649d
commit 716fe78f92

View File

@ -175,5 +175,5 @@ export const getPackNo = (data = {})=> {
// 获取车牌号列表
export const getCarNoList = (data = {})=> {
return coreRequest(url.getCarNoList, data, {})
return coreRequest(url.getCarNoList, data, {}, "GET")
}