python 调用webserver接口请求数据

主要接口调用以下,具体实现看具体需求。python import suds from suds.client import Client json client = Client(set_client) try: result = client.service.getMemberList(ParamsJson = str(ParamsJson)) except suds.WebFault,ex:
相关文章
相关标签/搜索