摘要: 1. python3安装suds库 pip install suds-py3 2.查看接口中的方法 client=suds.client.Client('xxxx?wsdl') def get_all_methods(client): return [method for method in cli 阅读全文
posted @ 2021-08-11 08:25 Demiwang 阅读(380) 评论(0) 推荐(0)