ZZJ
2021-11-09 ccee429d379e0108b7445f72ade8d97c110a6fb3
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
  })
}