fix:get_tyy_data返回数据

This commit is contained in:
shijing 2026-06-03 13:34:24 +08:00
parent b21c48b90c
commit 1e920296e0
1 changed files with 1 additions and 0 deletions

View File

@ -319,3 +319,4 @@ def get_tyy_data(*args):
res = r.json()
if "err_msg" in res:
raise ParseError(res["err_msg"])
return res