hanbaoshan
2021-02-26 620f1f8e31cd69a752e48277570fd30f7b57d1d8
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
  })
}