摘要: github thriftpy2 import thriftpy2.protocol.json as proto def test_struct_to_json(): obj = TItem(id=13, phones=["5234", "12346456"]) json = proto.struc 阅读全文
posted @ 2021-12-07 19:42 致林 阅读(649) 评论(0) 推荐(0) 编辑