hanbaoshan
2020-08-26 21f203a1f24ab2a869ba942a1f1f7c24e80a2b77
src/api/es.ts
@@ -13,3 +13,11 @@
    method: "get"
  })
}
export const getCameraFaceData = (data:any) => {
  return request({
    url: '/data/api-v/es/getFaceData',
    method: "post",
    data
  })
}