zhangzengfei
2021-11-24 1159a4d4a8e1883c9101aa3d6d95db1d9e073ddb
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
  })
}