We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276eef2 commit e7bdb0bCopy full SHA for e7bdb0b
1 file changed
scripts/get_acs_result.py
@@ -61,7 +61,7 @@ def main():
61
print(f"Error: Failed to parse JSON response: {e}")
62
sys.exit(1)
63
64
- print(f"\n{json.dumps(data, indent=2)}\n")
+ print(f"\n{json.dumps(data, indent=2, ensure_ascii=False)}\n")
65
66
# 解析JSON获取resultUrl
67
if data.get('code') == 0:
0 commit comments