Commit e3fea68c by 西瓜

重点场所 ,详情里面添加人像对比功能

parent 3ba6c02a
......@@ -29,4 +29,12 @@ export const getAsjList = params =>
// 人像对比
export const getRxXx = params =>
post(`${base.alyIP}/zdcs/getRxXx`, params);
\ No newline at end of file
post(`${base.alyIP}/zdcs/getRxXx`, params);
// 人像对比
export const getAsjStringList = params =>
post(`${base.alyIP}/zdcs/getAsjStringList`, params);
// 人像对比
export const getFaceImage = params =>
post(`${base.alyIP}/zdcs/getFaceImage`, params);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment