ZZJ
2021-12-13 bc630b555653be1cb6eff37ab2da18cd31e8ef81
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
  })
}