未穿防烫服事件
This commit is contained in:
parent
1dba032737
commit
bdc57a91c9
|
@ -90,7 +90,7 @@ def fangtangfu(ip: str, pic_url: str):
|
|||
image_id = 4
|
||||
request = BeiHangGrpc_pb2.JinYu_Request(zzid=image_id, imgUrl=pic_url)
|
||||
response = stub.sendFA_Info(request)
|
||||
if response.FAinfo == False:
|
||||
if response.FAinfo is False:
|
||||
return True, response
|
||||
return False, response
|
||||
|
||||
|
|
Loading…
Reference in New Issue