ZZJ
2021-09-28 0cfab2b97c0913d2f5ccd55760f8768316f91138
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
  })
}