统一照片脱敏的图片流转方式
This commit is contained in:
@@ -111,6 +111,8 @@ def information_extraction(phrec, pk_phhd, identity):
|
||||
img_path = image_util.get_img_path(phrec.cfjaddress)
|
||||
if not img_path:
|
||||
img_url = ufile.get_private_url(phrec.cfjaddress)
|
||||
if not img_url:
|
||||
return None, None, None
|
||||
img_path = image_util.save_to_local(img_url)
|
||||
|
||||
# 尝试从二维码中获取高清图片
|
||||
|
||||
Reference in New Issue
Block a user