常见的API接口有两类:http接口和webservice接口。 http接口走http协议,通过路径来区分调用方法,请求报文一般是key-value形式的,返回报文一般是json串,常用的是get和post方法来请求。 webservice接口走的soap协议,通过http传输,请求报文和返回报文都是xml格式的。 来源:https://www.cnblogs.com/banxian-yi/p/11927340.html 标签 webservice接口 接口 http请求