查找点位接口
This commit is contained in:
@@ -10,11 +10,12 @@ export const regionSearch = () => request({
|
||||
})
|
||||
|
||||
// 根据区域查询点位
|
||||
export const pointSearch = (rcode, pcode) => request({
|
||||
export const pointSearch = (rcode, pcode, ne) => request({
|
||||
url:'api/pda/point',
|
||||
data: {
|
||||
region_code: rcode,
|
||||
point_code: pcode
|
||||
point_code: pcode,
|
||||
need_emtpy: ne
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user