fix:get_tyy_data返回数据
This commit is contained in:
parent
b21c48b90c
commit
1e920296e0
|
|
@ -319,3 +319,4 @@ def get_tyy_data(*args):
|
|||
res = r.json()
|
||||
if "err_msg" in res:
|
||||
raise ParseError(res["err_msg"])
|
||||
return res
|
||||
|
|
|
|||
Loading…
Reference in New Issue