{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
__all__ = ["Mapping", "Sequence"] try: from collections.abc import Mapping, Sequence except ImportError: from collections import Mapping, Sequence