hanbaoshan
2020-10-20 98a6297b10a4b97c3022f84d3ba7908c178d9ee0
src/api/es.ts
@@ -14,9 +14,9 @@
  })
}
export const getCameraFaceData = (data:any) => {
export const getCameraFaceData = (data: any) => {
  return request({
    url: '/data/api-v/es/getFaceData',
    url: '/data/api-v/customer/behavior',
    method: "post",
    data
  })