python 调用webservices 接口
摘要:# python 调用webservice 接口 from suds.client import Client import json ''' 1.http 时后调用 需要忽略ssl 证书认证 ssl._create_default_https_context = ssl.create_unverified_context ''' url = 'xxxxx' client = Client(url
阅读全文
posted @ 2019-09-03 16:35