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:
相關文章
相關標籤/搜索