zhangzengfei
2022-05-23 149b22dc62c85a5668f24073210ac5c0b1955520
src/api/es.ts
@@ -13,3 +13,11 @@
    method: "get"
  })
}
export const getCameraFaceData = (data: any) => {
  return request({
    url: '/data/api-v/customer/behavior',
    method: "post",
    data
  })
}