hanbaoshan
2020-09-09 04309ca7e4d64d8cb46ec73f3b5e806fc91b03e3
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
  })